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