fsd.plot.data: 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
 3
 4
 5
 6
 7
 8
 9
10
11
fsd.plot.data(
  X,
  basisobj = NULL,
  gridsize = NULL,
  set.dims = NULL,
  xlim = NULL,
  ylim = NULL,
  main = NULL,
  xlab = NULL,
  ylab = NULL
)

Arguments

X

the functional spatial data. Either an fd object or an array, or a list thereof.

basisobj

the basis of the functional data.

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.

xlim

limits for the coordinates on the x-axis.

ylim

limits for the coordinates on the y-axis.

main

title of the plot.

xlab

label for the x-axis.

ylab

label for the y-axis.

See Also

plot.fsd.fd, fsd.plot.filters, fsd.plot.covariance

Examples

1
2
3
data("temp")
# plot the data for the third year in the dataset (i.e. 1981)
fsd.plot.data(temp, set.dims = c(NaN, NaN, 3))

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