summary.ComDim {MBAnalysis}R Documentation

Summary of ComDim objects

Description

Edits the Cumulative Explained Variance, Block Explained Variance per Dimension and Block Saliences per Dimension of a ComDim object.

Usage

## S3 method for class 'ComDim'
summary(object, ...)

Arguments

object

An object resulting from ComDim.

...

further arguments passed to or from other methods.

Value

The summary.

See Also

plot.ComDim

Examples

data(ham)
X=ham$X
block=ham$block
res.comdim <- ComDim(X,block,name.block=names(block))
summary(res.comdim)


[Package MBAnalysis version 2.0.2 Index]