
Greater Atlantic Region Statistical Areas
Source:R/data_Statistical_Areas_2010.R
Statistical_Areas_2010.Rd
An sf
object containing the Greater Atlantic Region Statistical Areas.
Pulled from ftp://ftp.nefsc.noaa.gov/pub/gis/.
Usage
data("Statistical_Areas_2010")
Format
An sf
object:
- Geometry type
MULTIPOLYGON
- Dimension
XY
- Bounding box
xmin: -81.53406 ymin: 24 xmax: -42 ymax: 52.25
- Geodetic CRS
NAD83
- Features
135 x 4
- Metadata
See source
Examples
if (FALSE) { # \dontrun{
# Load the dataset
data(Statistical_Areas_2010)
# Plot the geometry
plot(sf::st_geometry(Statistical_Areas_2010))
} # }