[.ssf | R Documentation |
Extract a subset of the data for a spatially sampled function.
## S3 method for class 'ssf'
x[i, j, ..., drop]
x |
Object of class |
i |
Subset index applying to the locations where the function is sampled. |
j |
Subset index applying to the columns (variables) measured at each location. |
... , drop |
Ignored. |
This is the subset operator for the class "ssf"
.
Another object of class "ssf"
.
.
ssf
,
with.ssf
f <- ssf(cells, data.frame(d=nndist(cells), i=1:42))
f
f[1:10,]
f[ ,1]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.