subset.shapeCarcass | R Documentation |
Subset Data from an Imported and Formatted Shape File
## S3 method for class 'shapeCarcass'
subset(x, subset, select, ...)
## S3 method for class 'shapeLayout'
subset(x, subset, select, ...)
x |
object to be subsetted |
subset |
values to subset by. For example, to subset |
select |
the name of the column with the values to subset by. For example,
to subset |
... |
ignored |
object of the same class as x
, subsetted to values of select
equal to some element in subset
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.