str,Block-method {prinvars} | R Documentation |
Block - str Generic function to create a string out of the blocks structure.
Description
Block - str
Generic function to create a string out of the blocks structure.
Usage
## S4 method for signature 'Block'
str(object)
Arguments
object |
block. |
Value
A string representing the Block.
Examples
block <- new("Block", features = c(2, 5), explained_variance = 0.03)
str(block)
[Package prinvars version 0.1.0 Index]