plot.fsd.fd: Plot functional spatial data

Description Usage Arguments See Also Examples

Description

This function is used to plot functional spatial data on a grid of dimension r, along a two-dimensional plane of indices.

Usage

1
2
## S3 method for class 'fsd.fd'
plot(x, ..., gridsize = NULL, set.dims = NULL)

Arguments

x

the functional spatial data.

...

graphical parameters.

gridsize

the number of grid points on which to evaluate the functional data.

set.dims

the coordinates to be fixed. A vector of dimension r. NaN represents not fixed components.

See Also

fsd.plot.data

Examples

1
2
data("temp")
plot(temp)

kuenzer/fsd documentation built on July 21, 2020, 1:57 p.m.