subset.polys.divs | R Documentation |
Preps "division" data, whether water, highways, etc, to generate polygon measure for supplied region. If, as with NHPN data, the divisions have an "identifier column," the later arguments can be specified to control what divisions are kept for polygon creation.
## S3 method for class 'polys.divs'
subset(
region,
div.sf,
div.identifier.column = NULL,
always.include = NULL,
include.intersecting = F,
remove.NA.divs = T,
...
)
region |
1-row sf polygon with |
div.sf |
sf object with division. |
div.identifier.column |
If 'div.sf' has an identifier column to be used to
filter by, supply here. Must be supplied for other subset arguments to work;
|
always.include |
Always include divisions that have this value in the identifier column |
include.intersecting |
Include additional divisions that don't have above identifier, but which intersect with divs that do. |
remove.NA.divs |
Whether or not to remove all divisions with an NA in the identifier column. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.