View source: R/summary.ComDim.R
summary.ComDim | R Documentation |
ComDim
objectsEdits the Cumulative Explained Variance, Block Explained Variance per Dimension and Block Saliences per Dimension of a ComDim
object.
## S3 method for class 'ComDim'
summary(object, ...)
object |
An object resulting from |
... |
further arguments passed to or from other methods. |
The summary.
plot.ComDim
data(ham)
X=ham$X
block=ham$block
res.comdim <- ComDim(X,block,name.block=names(block))
summary(res.comdim)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.