Learn R Programming

prinvars (version 1.0.0)

str,Block-method: Block - str

Description

Generic function to create a string out of the blocks structure.

Usage

# S4 method for Block
str(object)

Value

A string representing the Block.

Arguments

object

block.

Examples

Run this code
block <- new("Block", features=c(2, 5), explained_variance=0.03)
str(block)

Run the code above in your browser using DataLab