fsd.perm: Permute the dimensions of a Functional Spatial Data Grid

Description Usage Arguments See Also Examples

Description

This function is used to permute the order of the dimensions of the spatial grid of some functional spatial data.

Usage

1
fsd.perm(fsdobj, perm = NULL)

Arguments

fsdobj

the functional spatial data.

perm

the subscript permutation vector, i.e. a permutation of the integers 1:r.

See Also

fsd.fd

Examples

1
2
data("temp")
fsd.plot.data(fsd.perm(temp, c(2, 1, 3)))

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