powered by
MBWCov
Successively performs MBplotScores, MBplotVars and MBplotBlocks with the default values of parameters but axes and size.
MBplotScores
MBplotVars
MBplotBlocks
# S3 method for MBWCov plot(x, axes = c(1, 2), size = 2.25, ...)
The default plots.
An object resulting from MBWCov.
Which dimensions should be plotted?
The overall size of labels, points, etc.
further arguments passed to or from other methods.
MBplotScores MBplotVars MBplotBlocks
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