Prediction plot for SIMCAM results
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 plsdares
, simcamres
, etc.).nc
: vector with classes to show predictions for.main
: title of the plot...
: most of the graphical parameters from mdaplotg
or mdaplot
function can be used.See examples in description of plsdares
, simcamres
, etc.