plotSensitivity.ddsimca: Sensitivity plot.

View source: R/ddsimca.R

plotSensitivity.ddsimcaR Documentation

Sensitivity plot.

Description

Sensitivity plot.

Usage

## S3 method for class 'ddsimca'
plotSensitivity(
  obj,
  limType = "classic",
  col = mdaplot.getColors(2),
  type = "b",
  pch = c(16, 16),
  legend.position = "bottomright",
  ...
)

Arguments

obj

DD-SIMCA model (object of class ddsimca).

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 plotSensitivity.ddsimcares method.

Details

The method shows sensitivity vs. number of components for calibration and PV-set results.


mdatools documentation built on March 6, 2026, 5:08 p.m.