load_Coastline {CCAMLRGIS}R 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




[Package CCAMLRGIS version 4.0.5 Index]