Coast {CCAMLRGIS} | R Documentation |
Simplified and subsettable coastline
Description
Coastline polygons generated from load_Coastline and sub-sampled to only contain data that falls within the boundaries of the Convention Area. This spatial object may be subsetted to plot the coastline for selected ASDs or EEZs (see examples). Source: http://gis.ccamlr.org/
Usage
data(Coast)
Format
sf
See Also
Examples
#Complete coastline:
plot(st_geometry(Coast[Coast$ID=='All',]),col='grey')
#ASD 48.1 coastline:
plot(st_geometry(Coast[Coast$ID=='48.1',]),col='grey')
[Package CCAMLRGIS version 4.1.1 Index]