get_bsierp_regions: Bering Sea Integrated Ecosystem Research Program (BSIERP)...

View source: R/get_bsierp_regions.R

get_bsierp_regionsR Documentation

Bering Sea Integrated Ecosystem Research Program (BSIERP) regions

Description

Retrieve BSIERP region polygons.

Usage

get_bsierp_regions(set.crs)

Arguments

set.crs

Which coordinate reference system should be used? If 'auto', Alaska Albers Equal Area coordinate reference system (EPSG:3338) is automatically assigned.

Examples

## Not run: 
library(akgfmaps)

bsierp_regions <- get_bsierp_regions(set.crs = "EPSG:3338")

bsierp_centroid <- sf::st_centroid(bsierp_regions)

ggplot() +
  geom_sf(data = bsierp_regions) +
  geom_sf_text(data = bsierp_centroid,
               mapping = aes(label = BSIERP_Region_Name))
## End(Not run)

afsc-gap-products/akgfmaps documentation built on April 14, 2025, 7:13 p.m.