For type = "response": if actual values \(Y_1\) were stored,
displays an observed-vs-predicted scatter plot with \(R^2\) in the title.
Otherwise, displays the predicted matrix as a heatmap.
For type = "class": if actual classes were stored, displays a
confusion matrix heatmap with accuracy (ACC) in the title.
Usage
# S3 method for class 'predict.nmfae'
plot(x, ...)Arguments
- x
An object of class
"predict.nmfae"returned bypredict.nmfae.- ...
Additional graphical parameters passed to
plotorimage.
