Learn R Programming

globe (version 1.2-0)

earth:

Description

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

Usage

data("earth")

Arguments

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.

Examples

Run this code
data(earth)
globeearth(earth$coords, earth$runlen)

Run the code above in your browser using DataLab