R/data_Statistical_Areas_2010.R
Statistical_Areas_2010.RdAn sf object containing the Greater Atlantic Region Statistical Areas.
Pulled from ftp://ftp.nefsc.noaa.gov/pub/gis/.
data("Statistical_Areas_2010")An sf object:
MULTIPOLYGON
XY
xmin: -81.53406 ymin: 24 xmax: -42 ymax: 52.25
NAD83
135 x 4
See source
if (FALSE) { # \dontrun{
# Load the dataset
data(Statistical_Areas_2010)
# Plot the geometry
plot(sf::st_geometry(Statistical_Areas_2010))
} # }