plotPredictions.simcamres {mdatools} | R Documentation |
Prediction plot for SIMCAM results
Description
Makes a plot with predicted class values for classification results.
Usage
## S3 method for class 'simcamres'
plotPredictions(obj, nc = seq_len(obj$nclasses), main = "Predictions", ...)
Arguments
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 |
Details
See examples in description of plsdares
, simcamres
, etc.
[Package mdatools version 0.14.1 Index]