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