plot.MBPCA | R Documentation |
MBPCA
objectsSuccessively performs MBplotScores
, MBplotVars
and MBplotBlocks
with the default values of parameters but axes and size.
## S3 method for class 'MBPCA'
plot(x, axes = c(1, 2), size = 2.25, ...)
x |
An object resulting from |
axes |
Which dimensions should be plotted? |
size |
The overall size of labels, points, etc. |
... |
further arguments passed to or from other methods. |
The default plots.
MBplotScores
MBplotVars
MBplotBlocks
data(ham)
X=ham$X
block=ham$block
res.mbpca <- MBPCA(X,block, name.block=names(block))
plot(res.mbpca)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.