an object of class "covfm" containing 2 elements,
typically the result of fit.models(..).
variables
a vector of positive integers specifying which eigenvalues are to be drawn. By default the 10 largest eigenvalues are plotted.
main
a character string specifying the plot title.
xlab
a character string specifying the x-axis label.
ylab
a character string specifying the y-axis label.
...
any additional arguments are passed to matplot.
Value
x is invisibly returned.
Details
This function is called by the generic function plot.covfm. To use this function on a "cov" or "covRob" object first use fit.models to coerce the object to class "covfm".