Learn R Programming

IsoriX (version 0.4-1)

GNIP_Europe: European weather station data

Description

This dataset contains the mean and variance of Deuterium delta precipitation values of European weather stations sampled between 1960 and 2013. Original data have been compiled by the International Atomic Energy Agency IAEA in Vienna (GNIP Project: Global Network of Isotopes in Precipitation).

Usage

data(GNIP_Europe)

Arguments

Format

The dataframe includes 296 observations for the following variables:
[, 1] stationID (Factor)
Identification number of weather station [, 2] isoscape.value
(numeric) Mean Deuterium delta value [per thousand] [, 3]
var.isoscape.value (numeric) Variance in Deuterium delta value [per million]
[, 4] lat (numeric)
Latitude coordinate [decimal degrees] [, 5] long
(numeric) Longitude coordinate [decimal degrees] [, 6]
elev (numeric) Elevation asl [m]

Source

Data extracted from IAEA (see below for more details).

References

GNIP Project IAEA Global Network of Isotopes in Precipitation:

http://www.iaea.org

See Also

QueryGNIP to see how we created this dataset from GNIP_World Isofit to fit an isoscape based on these data GNIP_World for the full non-aggregated dataset

Examples

Run this code
data(GNIP_Europe)
head(GNIP_Europe)

Run the code above in your browser using DataLab