Subset of spatially sampled function
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"
.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au.
f <- ssf(cells, data.frame(d=nndist(cells), i=1:42)) f f[1:10,] f[ ,1]
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.