| plotSensitivity.ddsimca | R Documentation |
Sensitivity plot.
## S3 method for class 'ddsimca'
plotSensitivity(
obj,
limType = "classic",
col = mdaplot.getColors(2),
type = "b",
pch = c(16, 16),
legend.position = "bottomright",
...
)
obj |
DD-SIMCA model (object of class |
limType |
limit type to show the plot for ('classic' or 'robust'). |
col |
vector with two colors (for calibration and PV-set sensitivity). |
type |
type of the plot ("b", "l", or "h"). |
pch |
vector with two markers (for calibration and PV-set sensitivity). |
legend.position |
position of legend on the plot. |
... |
any parameters suitable for the |
The method shows sensitivity vs. number of components for calibration and PV-set results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.