Learn R Programming

assignR (version 2.0.0)

d18o_world: data: global growing season O isoscape

Description

Global growing season precipitation O isoscape from waterisotopes.org

Usage

data("d18o_world")

Arguments

Format

RasterStack with two layers. The first layer is the mean prediction and the second is 1 standard deviation

References

Bowen, G. J. (2018) Gridded maps of the isotopic composition of meteoric waters. http://www.waterisotopes.org.

Bowen, G. J., Wassenaar, L. I. and Hobson, K. A. (2005) Global application of stable hydrogen and oxygen isotopes to wildlife forensics. Oecologia, 143, 337--348.

IAEA/WMO (2018) Global Network of Isotopes in Precipitation. The GNIP Database. https://nucleus.iaea.org/wiser.

Examples

Run this code
# NOT RUN {
library(raster)

data("d18o_world")
plot(d18o_world)
# }

Run the code above in your browser using DataLab