plotPredictions.simcamres: Prediction plot for SIMCAM results

View source: R/simcamres.R

plotPredictions.simcamresR 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 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.

Details

See examples in description of plsdares, simcamres, etc.


mdatools documentation built on Aug. 13, 2023, 1:06 a.m.