plotVariance.mcr | R Documentation |
Show plot with explained variance
## S3 method for class 'mcr'
plotVariance(
obj,
type = "h",
labels = "values",
main = "Variance",
xticks = seq_len(obj$ncomp),
...
)
obj |
object of clacc |
type |
type of the plot |
labels |
what to use as data labels |
main |
title of the plot |
xticks |
vector with ticks for x-axis |
... |
other parameters suitable for |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.