plotDQ2 {ConsensusOPLS} | R Documentation |
DQ2 plot
Description
Plot of DQ2 of models with permuted response.
Usage
plotDQ2(
object,
breaks = 10,
xlab = "DQ2",
main = "DQ2 in models with permuted response",
col = "blue",
lty = "dashed",
...
)
## S4 method for signature 'ConsensusOPLS'
plotDQ2(
object,
breaks = 10,
xlab = "DQ2",
main = "DQ2 in models with permuted response",
col = "blue",
lty = "dashed",
...
)
Arguments
object |
An object of class |
breaks |
See |
xlab |
See |
main |
See |
col |
A color code or name for DQ2 in the optimal model. Default, 2.
See |
lty |
A line type code or name for DQ2 in the optimal model. Default, 2.
See |
... |
|
Value
No return value, called for side effects.
[Package ConsensusOPLS version 1.0.0 Index]