rworldmap (version 1.3-6)

coastsCoarse: A map of world coasts at coarse resolution.

Description

A spatial lines dataframe containing world coasts at a coarse resolution.

Arguments

Format

The format is: Formal class 'SpatialLinesDataFrame' [package "sp"] with 4 slots

Details

Used in mapGriddedData(addBorders='coasts'). This is the 1:110m coasts data from Natural Earth version 1.3.0.

Examples

Run this code

data(coastsCoarse)
mapGriddedData(addBorders='coasts')
plot(coastsCoarse,add=TRUE,col='blue')

Run the code above in your browser using DataCamp Workspace