coastsCoarse
From rworldmap v1.3-6
by Andy South
A map of world coasts at coarse resolution.
A spatial lines dataframe containing world coasts at a coarse resolution.
- Keywords
- datasets
Details
Used in mapGriddedData(addBorders='coasts'). This is the 1:110m coasts data from Natural Earth version 1.3.0.
Format
The format is: Formal class 'SpatialLinesDataFrame' [package "sp"] with 4 slots
Source
http://www.naturalearthdata.com/downloads/110m-physical-vectors/
Examples
data(coastsCoarse)
mapGriddedData(addBorders='coasts')
plot(coastsCoarse,add=TRUE,col='blue')
Community examples
Looks like there are no examples yet.