An sf object containing spatial data for the Turtle Ecology Survey.
data('turtle_strata')An sf object:
POLYGON
XY
xmin: -82.1 ymin: 24.2 xmax: -61.8 ymax: 45.2
WGS 84
1 x 5
See source
https://mdeb-nefsc-noaa.hub.arcgis.com/
if (FALSE) { # \dontrun{
# Load the dataset
data(turtle_strata)
# Plot the geometry
plot(sf::st_geometry(turtle_strata))
} # }