earth: Major Coastline of Earth

Description Usage Format Source Examples

Description

Coordinates of the coastline of continents and major islands on Earth.

Usage

1
data("earth")

Format

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.

Source

The maps package.

Examples

1
2
data(earth)
globeearth(earth$coords, earth$runlen)

baddstats/globe documentation built on May 11, 2019, 5:24 p.m.