print.MBWCov: Print of 'MBWCov' objects

print.MBWCovR Documentation

Print of MBWCov objects

Description

Print of MBWCov objects

Usage

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

Arguments

x

An object resulting from MBWCov.

...

further arguments passed to or from other methods.

See Also

summary.MBWCov

Examples

data(ham)
X=ham$X
block=ham$block
Y=ham$Y
res.mbwcov <- MBWCov(X, Y, block, name.block = names(block))
print(res.mbwcov)


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