Learn R Programming

CCAMLRGIS (version 4.2.1)

Coast: 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: https://gis.ccamlr.org/

Usage

data(Coast)

Arguments

Format

sf

See Also

Clip2Coast, load_Coastline.

Examples

Run this code
#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')

Run the code above in your browser using DataLab