Learn R Programming

MBAnalysis (version 2.1.1)

print.ComDim: Print of ComDim Objects

Description

Print of ComDim Objects

Usage

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

Arguments

x

An object resulting from ComDim.

...

further arguments passed to or from other methods.

See Also

summary.ComDim

Examples

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

Run the code above in your browser using DataLab