Learn R Programming

mdatools (version 0.9.1)

plotDiscriminationPower.simcam: Discrimination power plot for SIMCAM model

Description

Shows a plot with discrimination power of predictors for a pair of SIMCA models

Usage

# S3 method for simcam
plotDiscriminationPower(obj, nc = c(1, 2), type = "h",
  main = NULL, xlab = "Variables", ylab = "", ...)

Arguments

obj

a SIMCAM model (object of class simcam)

nc

vector with two values - classes (SIMCA models) to show the plot for

type

type of the plot

main

main plot title

xlab

label for x axis

ylab

label for y axis

...

other plot parameters (see mdaplotg for details)

Details

See examples in help for simcam function.