Learn R Programming

mdatools (version 0.5.3)

plotModelDistance.simcam: Modelling distance plot for SIMCAM model

Description

Shows a plot with distance from data objects to a SIMCA model

Usage

## S3 method for class 'simcam':
plotModelDistance(obj, nc = 1, type = "h", main = NULL,
  xlab = "Models", ylab = "", xticklabels = NULL, ...)

Arguments

obj
a SIMCAM model (object of class simcam)
nc
for which class (SIMCA model) to show the plot for
type
type of the plot
main
main plot title
xlab
label for x axis
ylab
label for y axis
xticklabels
labels for x axis ticks
...
other plot parameters (see mdaplotg for details)

Details

See examples in help for simcam function.