powered by
Generic function to create a string out of the blocks structure.
# S4 method for Block str(object)
A string representing the Block.
block.
block <- new("Block", features=c(2, 5), explained_variance=0.03) str(block)
Run the code above in your browser using DataLab