plotPredictions.classres {mdatools} | R Documentation |
Prediction plot for classification results
Description
Makes a plot with predicted class values for classification results.
Usage
## S3 method for class 'classres'
plotPredictions(
obj,
nc = seq_len(obj$nclasses),
ncomp = obj$ncomp.selected,
ylab = "",
show.plot = TRUE,
...
)
Arguments
obj |
classification results (object of class |
nc |
vector with classes to show predictions for. |
ncomp |
model complexity (number of components) to make the plot for. |
ylab |
label for y axis |
show.plot |
logical, shall plot be created or just plot series object is needed |
... |
most of the graphical parameters from |
Details
See examples in description of plsdares
, simcamres
, etc.
[Package mdatools version 0.14.1 Index]