diff.fsd.fd: Calculate the differences for a Functional Spatial Data...

Description Usage Arguments See Also Examples

Description

This function is used to calculate the differences of functional data on a spatial grid.

Usage

1
2
## S3 method for class 'fsd.fd'
diff(x, lag = 1, differences = 1, ..., dim = 1)

Arguments

x

the functional spatial data.

lag

the lag.

differences

the order of the differences.

...

currently unused

dim

the dimension with respect to which the differences are to be computed.

See Also

fsd.fd

Examples

1
2
data("temp")
plot(diff(temp, dim = 1))

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