
NAFO Divisions (Not Bounded)
Source:R/data_NAFO_Divisions_2021_line_not_enclosed.R
NAFO_Divisions_2021_line_not_enclosed.Rd
An sf
object that depicts the boundaries of the NAFO regions.
Usage
data("NAFO_Divisions_2021_line_not_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
42 x 8
- Metadata
See source
Examples
if (FALSE) { # \dontrun{
# Load the dataset
data(NAFO_Divisions_2021_line_not_enclosed)
# Plot the geometry
plot(sf::st_geometry(NAFO_Divisions_2021_line_not_enclosed))
} # }