Coast {CCAMLRGIS} | R Documentation |
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/
data(Coast)
sf
#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')