plot.fsd.filter: Plot functional spatial filters

Description Usage Arguments See Also Examples

Description

This function is used to plot functional spatial filters, along a two-dimensional plane of indices.

Usage

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

Arguments

x

the filter.

...

graphical parameters.

gridsize

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

Npc

number of filters to plot.

Lmax

maximum lag to plot.

set.dims

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

See Also

fsd.plot.filters

Examples

1
2
3
4
## Not run: 
plot.fsd.filter(x)

## End(Not run)

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