Learn R Programming

MBAnalysis (version 2.1.1)

plot.MBWCov: Default Plots for MBWCov

Description

Successively performs MBplotScores, MBplotVars and MBplotBlocks with the default values of parameters but axes and size.

Usage

# S3 method for MBWCov
plot(x, axes = c(1, 2), size = 2.25, ...)

Value

The default plots.

Arguments

x

An object resulting from MBWCov.

axes

Which dimensions should be plotted?

size

The overall size of labels, points, etc.

...

further arguments passed to or from other methods.

See Also

MBplotScores MBplotVars MBplotBlocks

Examples

Run this code
data(ham)
X=ham$X
block=ham$block
Y=ham$Y
res.mbwcov <- MBWCov(X, Y, block, name.block = names(block))
plot(res.mbwcov)

Run the code above in your browser using DataLab