
NAFO Divisions (Bounded)
Source:R/data_NAFO_Divisions_2021_line_enclosed.R
NAFO_Divisions_2021_line_enclosed.Rd
An sf
object that depicts the boundaries of the NAFO regions.
Usage
data("NAFO_Divisions_2021_line_enclosed")
Format
An sf
object:
- Geometry type
LINESTRING
- Dimension
XY
- Bounding box
xmin: -80 ymin: 35 xmax: -42 ymax: 78.16667
- Geodetic CRS
NAD83
- Features
38 x 6
- Metadata
See source
Examples
if (FALSE) { # \dontrun{
# Load the dataset
data(NAFO_Divisions_2021_line_enclosed)
# Plot the geometry
plot(sf::st_geometry(NAFO_Divisions_2021_line_enclosed))
} # }