Learn R Programming

CCAMLRGIS (version 3.0.7)

Coast: Simplified and subsettable coastline

Description

Coastline polygons generated from load_Coastline and sub-sampled to only contain data that falls within the CCAMLR boundaries. This spatial object may be subsetted to plot the coastline for selected ASDs or EEZs. Source: http://gis.ccamlr.org/

Usage

data(Coast)

Arguments

Format

SpatialPolygonsDataFrame

See Also

Clip2Coast.

Examples

Run this code
# NOT RUN {
#Complete coastline:
plot(Coast[Coast$ID=='All',],col='grey')

#ASD 48.1 coastline:
plot(Coast[Coast$ID=='48.1',],col='grey')
# }

Run the code above in your browser using DataLab