Plot of variable loadings in the optimal model.
plotLoadings(
object,
comp1 = "p_1",
comp2 = "o_1",
blockId = NULL,
col = NULL,
pch = NULL,
...
)# S4 method for ConsensusOPLS
plotLoadings(
object,
comp1 = "p_1",
comp2 = "o_1",
blockId = NULL,
col = NULL,
pch = NULL,
...
)
No return value, called for side effects.
An object of class ConsensusOPLS.
Latent variable for X-axis. Default, the first predictive
component, p_1.
Latent variable for Y-axis. Default, the first orthogonal
component, o_1.
The positions or names of the blocks for the plot. Default, NULL, all.
A vector of color codes or names, one for each block. Default,
NULL, 2 to length(blockId)+1.
A vector of graphic symbols, one for each block. Default, NULL,
1 to length(blockId).
plot arguments.