An sf object containing spatial data for the Hook and Line Survey.
data('hl_strata')An sf object:
POLYGON
XY
xmin: -75.9 ymin: 35.3 xmax: -68.6 ymax: 41.8
WGS 84
1 x 6
See source
https://mdeb-nefsc-noaa.hub.arcgis.com/
if (FALSE) { # \dontrun{
# Load the dataset
data(hl_strata)
# Plot the geometry
plot(sf::st_geometry(hl_strata))
} # }