plotCooman.simcamres {mdatools} | R Documentation |
Cooman's plot for SIMCAM results
Description
Shows a Cooman's plot for a pair of SIMCA models
Usage
## S3 method for class 'simcamres'
plotCooman(
obj,
nc = c(1, 2),
main = "Cooman's plot",
cgroup = obj$c.ref,
show.plot = TRUE,
...
)
Arguments
obj |
SIMCAM results (object of class |
nc |
vector with two values - classes (SIMCA models) to show the plot for |
main |
main plot title |
cgroup |
vector of values to use for color grouping of plot points |
show.plot |
logical, show plot or just return plot data |
... |
other plot parameters (see |
Details
The plot is similar to plotCooman.simcam
but shows points only for this result
object and does not show critical limits (which are part of a model).
[Package mdatools version 0.14.1 Index]