print.ComDim {MBAnalysis}R Documentation

Print of ComDim objects

Description

Print of ComDim objects

Usage

## S3 method for class 'ComDim'
print(x, ...)

Arguments

x

An object resulting from ComDim.

...

further arguments passed to or from other methods.

See Also

summary.ComDim

Examples

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


[Package MBAnalysis version 2.1.0 Index]