| geo_filter | R Documentation |
This function allows to subset any geometric object for which all required getters are available.
geo_filter(obj, ..., update = TRUE)
obj |
gridded(1) |
... |
subset based on logical predicates defined in terms of the columns
in |
update |
logical(1) |
geom of the subset of obj.
Other geometry tools:
geo_locate(),
geo_pull(),
geo_reflect(),
geo_rotate(),
geo_scale(),
geo_skew(),
geo_stretch(),
geo_translate()
geo_filter(obj = gtGeoms$point, y < -10)
geo_filter(obj = gtGeoms$point, attr %in% c("A", "C", "E"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.