plotR2 | R Documentation |
Plot of R2 of models with permuted response.
plotR2(
object,
breaks = 10,
xlab = "R2",
main = "R2 in models with permuted response",
col = "blue",
lty = "dashed",
...
)
## S4 method for signature 'ConsensusOPLS'
plotR2(
object,
breaks = 10,
xlab = "R2",
main = "R2 in models with permuted response",
col = "blue",
lty = "dashed",
...
)
object |
An object of class |
breaks |
See |
xlab |
See |
main |
See |
col |
A color code or name for R2 in the optimal model. Default, 2.
See |
lty |
A line type code or name for R2 in the optimal model. Default, 2.
See |
... |
|
No return value, called for side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.