plotPredictions.classres | R Documentation |
Makes a plot with predicted class values for classification results.
## S3 method for class 'classres'
plotPredictions(
obj,
nc = seq_len(obj$nclasses),
ncomp = obj$ncomp.selected,
ylab = "",
show.plot = TRUE,
...
)
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 |
See examples in description of plsdares
, simcamres
, etc.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.