plot.MBPLS {MBAnalysis}R Documentation

Default plots for MBPLS objects

Description

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

Usage

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

Arguments

x

An object resulting from MBPLS.

axes

Which dimensions should be plotted?

size

The overall size of labels, points, etc.

...

further arguments passed to or from other methods.

Value

The default plots.

See Also

MBplotScores MBplotVars MBplotBlocks

Examples

data(ham)
X=ham$X
block=ham$block
Y=ham$Y
res.mbpls <- MBPLS(X, Y, block, name.block = names(block))
plot(res.mbpls)


[Package MBAnalysis version 2.0.2 Index]