load_SSMUs: Load CCAMLR Small Scale Management Units

View source: R/load.R

load_SSMUsR Documentation

Load CCAMLR Small Scale Management Units

Description

Download the up-to-date spatial layer from the online CCAMLRGIS (http://gis.ccamlr.org/) and load it to your environment. See examples for offline use. All layers use the Lambert azimuthal equal-area projection (CCAMLRp)

Usage

load_SSMUs()

See Also

load_ASDs, load_SSRUs, load_RBs, load_MAs, load_Coastline, load_MPAs, load_EEZs.

Examples

 


#When online:
SSMUs=load_SSMUs()
plot(st_geometry(SSMUs))

#For offline use, see:
#https://github.com/ccamlr/CCAMLRGIS#32-offline-use




CCAMLRGIS documentation built on Sept. 27, 2023, 9:09 a.m.