subset.geodata | R Documentation |
Subsets a object of the class geodata
by transforming it to a data-frame, using subset
and back transforming to a geodata
object.
## S3 method for class 'geodata'
subset(x, ..., other = TRUE)
x |
an object of the class |
... |
arguments to be passed to
|
other |
logical. If |
A list which is an object of the class geodata
.
subset
for the generic function and methods and
as.geodata
for more information on geodata objects.
subset(ca20, data > 70)
subset(ca20, area == 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.