Learn R Programming

mdatools (version 0.9.1)

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 simcam
plotModelDistance(obj, nc = 1, type = "h", main = NULL,
  xlab = "Models", ylab = "", ...)

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

...

other plot parameters (see mdaplotg for details)

Details

See examples in help for simcam function.