plotPredictions.simcam | R Documentation |
Makes a plot with class predictions for calibration dataset.
## S3 method for class 'simcam'
plotPredictions(
obj,
nc = seq_len(obj$nclasses),
main = "SIMCAM Predictions (cal)",
...
)
obj |
a SIMCAM model (object of class |
nc |
vector with class numbers to make the plot for. |
main |
plot title. |
... |
most of the graphical parameters from |
See examples in description of plsda
, simca
or simcam
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.