plotPredictions.simcamres | R Documentation |
Makes a plot with predicted class values for classification results.
## S3 method for class 'simcamres'
plotPredictions(obj, nc = seq_len(obj$nclasses), main = "Predictions", ...)
obj |
classification results (object of class |
nc |
vector with classes to show predictions for. |
main |
title of the plot |
... |
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.