Coast: Simplified and subsettable coastline

CoastR 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

Clip2Coast, load_Coastline.

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')

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