Learn R Programming

prinvars (version 1.0.0)

show,Block-method: Block - Show

Description

Prints the blocks structure.

Usage

# S4 method for Block
show(object)

Value

No return value.

Arguments

object

block.

Examples

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

Run the code above in your browser using DataLab