print.MBPCA: Print of 'MBPCA' objects

print.MBPCAR Documentation

Print of MBPCA objects

Description

Print of MBPCA objects

Usage

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

Arguments

x

An object resulting from MBPCA.

...

further arguments passed to or from other methods.

See Also

summary.MBPCA

Examples

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


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