Subsetting simple features (6)

Spatial criteria:

nc_subset <- nc[nc_points, ]
nc_subset
## Simple feature collection with 10 features and 14 fields
## Geometry type: MULTIPOLYGON
## Dimension:     XY
## Bounding box:  xmin: -83.98855 ymin: 34.30457 xmax: -76.49254 ymax: 36.56521
## Geodetic CRS:  NAD27
## # A tibble: 10 × 15
##     AREA PERIMETER CNTY_ CNTY_ID NAME  FIPS  FIPSNO CRESS_ID BIR74 SID74 NWBIR74
##    <dbl>     <dbl> <dbl>   <dbl> <chr> <chr>  <dbl>    <int> <dbl> <dbl>   <dbl>
##  1 0.143      1.63  1828    1828 Surry 37171  37171       86  3188     5     208
##  2 0.153      2.21  1832    1832 Nort… 37131  37131       66  1421     9    1066
##  3 0.118      1.42  1836    1836 Warr… 37185  37185       93   968     4     748
##  4 0.19       2.20  1846    1846 Hali… 37083  37083       42  3608    18    2365
##  5 0.069      1.20  1948    1948 Davie 37059  37059       30  1207     1     148
##  6 0.203      3.20  2004    2004 Beau… 37013  37013        7  2692     7    1131
##  7 0.091      1.32  2042    2042 Caba… 37025  37025       13  4099     3     856
##  8 0.051      1.10  2109    2109 Clay  37043  37043       22   284     0       1
##  9 0.24       2.00  2150    2150 Robe… 37155  37155       78  7889    31    5904
## 10 0.214      2.15  2185    2185 Pend… 37141  37141       71  1228     4     580
## # ℹ 4 more variables: BIR79 <dbl>, SID79 <dbl>, NWBIR79 <dbl>,
## #   geometry <MULTIPOLYGON [°]>