R/data_NAFO_Divisions_2021_line_enclosed.R
NAFO_Divisions_2021_line_enclosed.RdAn sf object that depicts the boundaries of the NAFO regions.
data("NAFO_Divisions_2021_line_enclosed")An sf object:
LINESTRING
XY
xmin: -80 ymin: 35 xmax: -42 ymax: 78.16667
NAD83
38 x 6
See source
if (FALSE) { # \dontrun{
# Load the dataset
data(NAFO_Divisions_2021_line_enclosed)
# Plot the geometry
plot(sf::st_geometry(NAFO_Divisions_2021_line_enclosed))
} # }