earth {globe} | R Documentation |
Coordinates of the coastline of continents and major islands on Earth.
data("earth")
A list with two components:
coords
is a two-column matrix containing (longitude, latitude)
coordinates of the coastline, in degrees;
runlen
is an integer vector giving the number of vertices
for each connected polygon in the coastline.
The maps package.
data(earth)
globeearth(earth$coords, earth$runlen)