Makes a plot with class predictions for calibration dataset.
# S3 method for simcam
plotPredictions(
obj,
nc = seq_len(obj$nclasses),
main = "SIMCAM Predictions (cal)",
...
)a SIMCAM model (object of class simcam)
vector with class numbers to make the plot for.
plot title.
most of the graphical parameters from mdaplotg function can be used.
See examples in description of plsda, simca or simcam.