Shows a plot with discrimination power of predictors for a pair of SIMCA models
# S3 method for simcam
plotDiscriminationPower(obj, nc = c(1, 2), type = "h",
main = NULL, xlab = "Variables", ylab = "", ...)
a SIMCAM model (object of class simcam
)
vector with two values - classes (SIMCA models) to show the plot for
type of the plot
main plot title
label for x axis
label for y axis
other plot parameters (see mdaplotg
for details)
See examples in help for simcam
function.