coastsCoarse {rworldmap} | R Documentation |
A map of world coasts at coarse resolution.
Description
A spatial lines dataframe containing world coasts at a coarse resolution.
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.
Source
http://www.naturalearthdata.com/downloads/110m-physical-vectors/
Examples
data(coastsCoarse)
mapGriddedData(addBorders='coasts')
plot(coastsCoarse,add=TRUE,col='blue')
[Package rworldmap version 1.3-8 Index]