print.ComDim: Print of 'ComDim' objects

print.ComDimR 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)


MBAnalysis documentation built on Aug. 8, 2025, 7:26 p.m.