fsd.fd: Creating a functional spatial data object

Description Usage Arguments Value Examples

Description

This function extends the possibilities of the function fd found in the package fda to include functional data on a spatial grid of arbitrary dimension r.

Usage

1
fsd.fd(coef = NULL, basisobj = NULL, fdnames = NULL)

Arguments

coef

an array of arbitrary dimension 1 + r, where the first dimension corresponds to basis functions.

basisobj

a functional basis object defining the basis.

fdnames

a list of length r with each member containing the labels for the dimensions of the data.

Value

the fsd.fd object.

Examples

1
2
3
4
## Not run: 
fsd.fd(coef, basisobj)

## End(Not run)

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