plot.MBPLS | R Documentation |
MBPLS
objectsSuccessively performs MBplotScores
, MBplotVars
and MBplotBlocks
with the default values of parameters but axes and size.
## S3 method for class 'MBPLS'
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
Y=ham$Y
res.mbpls <- MBPLS(X, Y, block, name.block = names(block))
plot(res.mbpls)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.