load_Coastline: Load the full CCAMLR Coastline

View source: R/load.R

load_CoastlineR Documentation

Load the full CCAMLR Coastline

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) Note that this coastline expands further north than Coast.

Usage

load_Coastline()

See Also

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

Examples

 


#When online:
Coastline=load_Coastline()
plot(st_geometry(Coastline))

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




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