sub-.fsd.fd: Subsetting a functional spatial data object

Description Usage Arguments Examples

Description

Subsetting works as with conventional arrays. By default, dimensions can be dropped.

Usage

1
2
## S3 method for class 'fsd.fd'
fsdobj[..., drop = TRUE]

Arguments

fsdobj

a functional spatial data object

...

the indices to take

drop

whether to flatten the spatial grid by dropping dimensions of length one.

Examples

1
2
data("temp")
plot(temp[1:2, 1:2, 1, drop = TRUE])

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