Learn R Programming

birdring (version 1.6)

coastpaleo: coordinates of the palearctic coastline

Description

coordinates of the palearctic coastline used by the function draw.map. The coordinates were downloaded from the sources indicated below and then cleaned by hand from too small details

Usage

data(coastpaleo)

Arguments

Format

A data frame with 25042 observations on the following 5 variables.

x

a numeric vector of longitude

y

a numeric vector of latitude

name

name of the island

entry

degree of detail to be entered in the map

kategorie

a factor with levels i m s

References

http://rimmer.ngdc.noaa.gov/mgg/coast/getcoast.html

Examples

Run this code
data(coastpaleo)
head(coastpaleo)

Run the code above in your browser using DataLab