plot-methods: Visualizing A Functional Data Object

Description Usage Arguments Author(s)

Description

This generic function provides methods to visualize different types of functional data (basis function, univariate function, bivariate function).

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## S4 method for signature ''basis+',missing'
plot(x, y, ...)

## S4 method for signature ''fourier+',missing'
plot(x, y, ...)

## S4 method for signature ''bspline+',missing'
plot(x, y, ...)

## S4 method for signature ''fd+',missing'
plot(x, y, ...)

## S4 method for signature ''bifd+',missing'
plot(x, y, ..., engine = c("graphics", "rgl"))

Arguments

x

An object of class basis+, fd+, or bifd+.

y

Unused and should be missing. For compatibility with the signature of the generic function.

engine

Only used in plotting bifd+ objects, to determine whether using graphics::persp() or rgl::persp3d() to draw the plot.

...

Additional graphical parameters passed to matplot(), persp() or rgl::persp3d().

Author(s)

Yixuan Qiu <http://statr.me/>


yixuan/fdaplus documentation built on May 4, 2019, 5:29 p.m.