Creates a visual representation of some of the
information in an object of class funeigen
(i.e., in an eigenfunction decomposition of a
functional variable). Several kinds of plots are
available.
# S3 method for funeigen
plot(x, type = "correlation", how.many = NULL, xlab = "", ylab = "", ...)
An object of class funeigen
A character string telling the kind
of information to include in the plot. It may be functions
,
eigenfunctions
, eigenvalues
, mean
, covariance
, or correlation
.
How many fitted curves to show (in a plot of fitted curves; the default is all of them), or how many estimated eigenfunctions to show (in a plot of eigenfunctions; the default is all of them)
Label for the x axis of the plot.
Label for the y axis of the plot.
Other optional arguments to be passed on to the plot function.