Description Usage Format Source Examples
Coordinates of the coastline of continents and major islands on Earth.
1 | 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.
1 2 | data(earth)
globeearth(earth$coords, earth$runlen)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.