plot.funeigen: plot method for funeigen object

Description Usage Arguments

View source: R/PlotFunEigen.r

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

1
2
## S3 method for class 'funeigen'
plot(x, type = "correlation", how.many = NULL, xlab = "", ylab = "", ...)

Arguments

x

An object of class funeigen

type

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

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.


funreg documentation built on Oct. 4, 2021, 5:07 p.m.

Related to plot.funeigen in funreg...