load_ASDs {CCAMLRGIS}R Documentation

Load CCAMLR statistical Areas, Subareas and Divisions

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_ASDs()

See Also

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

Examples

 


#When online:
ASDs=load_ASDs()
plot(st_geometry(ASDs))

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




[Package CCAMLRGIS version 4.0.7 Index]