Learn R Programming

birdring (version 1.6)

coastEU: coordinates of the coastline of Europe

Description

coordinates of the coastline of Europe used by the function draw.map

Usage

data(coastEU)

Arguments

Format

A data frame with 7528 observations on the following 4 variables.

x

a numeric vector, longitude

y

a numeric vector, latitude

name

name of the island

abstract

a numeric vector

Details

the data is used by the function draw.map

References

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

Examples

Run this code
data(coastEU)
head(coastEU)

Run the code above in your browser using DataLab