An sf object containing the closure areas for gillnets.
Specifically Closed Area 1 and Nantucket Lightship Closure Area.
data("GillnetClosureAreas_20211021")An sf object
POLYGON
XY
xmin: -70.33333 ymin: 40.33333 xmax: -68.5 ymax: 41.5
NAD83
2 x 26
See source
if (FALSE) { # \dontrun{
# Load the dataset
data(GillnetClosureAreas_20211021)
# Plot the geometry
plot(sf::st_geometry(GillnetClosureAreas_20211021))
} # }