plot.funeigen {funreg} | R Documentation |
plot method for funeigen object
Description
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.
Usage
## S3 method for class 'funeigen'
plot(x, type = "correlation", how.many = NULL, xlab = "", ylab = "", ...)
Arguments
x |
An object of class |
type |
A character string telling the kind
of information to include in the plot. It may be |
how.many |
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) |
xlab |
Label for the x axis of the plot. |
ylab |
Label for the y axis of the plot. |
... |
Other optional arguments to be passed on to the plot function. |
[Package funreg version 1.2.2 Index]