plotContribution {ConsensusOPLS} | R Documentation |
Block contribution plot
Description
Plot of relative contribution of each data block in the optimal model.
Usage
plotContribution(object, col = NULL, ...)
## S4 method for signature 'ConsensusOPLS'
plotContribution(object, col = NULL, ...)
Arguments
object |
An object of class |
col |
A vector of color codes or names, one for each block. Default, NULL, 2 to number of blocks + 1. |
... |
|
Value
No return value, called for side effects.
[Package ConsensusOPLS version 1.0.0 Index]