Learn R Programming

ggOceanMaps (version 1.3.4)

fdir_main_areas: Major fisheries areas (hovedomraade) of Norway

Description

Major fisheries areas (hovedomraade) of Norway

Usage

fdir_main_areas

Arguments

Format

sf object in decimal degrees (EPSG:4326) containing major fishing zones defined by the Norwegian Directorate of Fisheries. Contains also Northwest Atlantic Fisheries Organization's divisions where Norwegian vessels tend to fish.

See Also

Other datasets: fdir_sub_areas, ices_areas

Examples

Run this code
if(requireNamespace("ggOceanMapsData", quietly = TRUE)) {
# \donttest{ 
basemap(fdir_main_areas) + 
annotation_spatial(fdir_main_areas, fill = NA)
# }
}

Run the code above in your browser using DataLab