Learn R Programming

mdatools (version 0.9.1)

plotCooman.simcamres: Cooman's plot for SIMCAM results

Description

Shows a Cooman's plot for a pair of SIMCA models

Usage

# S3 method for simcamres
plotCooman(obj, nc = c(1, 2), type = "p",
  main = "Cooman's plot", xlab = NULL, ylab = NULL, show.limits = T,
  legend = NULL, ...)

Arguments

obj

SIMCAM results (object of class simcamres)

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

show.limits

logical, show or not lines with statistical limits for the residuals

legend

vector with legend items

...

other plot parameters (see mdaplotg for details)

Details

See examples in help for simcamres function.