subset.geodata
From geoR v1.8-1
by Paulo Ribeiro Jr
Method for subsetting geodata objects
Subsets a object of the class geodata
by transforming it to a data-frame, using subset
and back transforming to a geodata
object.
Usage
# S3 method for geodata
subset(x, ..., other = TRUE)
Arguments
- x
an object of the class
geodata
.- …
arguments to be passed to
subset.data.frame
.- other
logical. If
TRUE
non-standardgeodata
elements of the originalgeodata
object are copied to the resulting object.
Value
A list which is an object of the class geodata
.
See Also
subset
for the generic function and methods and
as.geodata
for more information on geodata objects.
Examples
# NOT RUN {
subset(ca20, data > 70)
subset(ca20, area == 1)
# }
Community examples
Looks like there are no examples yet.