| lisiecki2005 | R Documentation |
\delta^{18}O StackA global Pliocene-Pleistocene benthic \delta^{18}O stack.
lisiecki2005
A data.frame with 2115 observations and 3 variables:
numeric: calendar age (kilo year cal BP).
numeric: benthic \delta^{18}O (per mil).
numeric: standard error (per mil).
The LR04 stack spans 5.3 Myr and is an average of 57 globally distributed
benthic \delta^{18}O records (which measure global ice
volume and deep ocean temperature) collected from the scientific literature.
https://www.ncei.noaa.gov/access/paleo-search/study/5847
Lisiecki, L. E. and Raymo, M. E. (2005). A Pliocene-Pleistocene stack of 57 globally distributed benthic d18O records. Paleoceanography, 20, PA1003. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1029/2004PA001071")}
Other palaeoenvironment data:
epica2008,
law2006,
ngrip2004,
ngrip2010,
spratt2016
Other isotopic data:
ngrip2004,
ngrip2010,
nydal1996,
spratt2016,
vegetation
plot(
x = lisiecki2005$age,
y = lisiecki2005$delta,
type = "l",
xlim = c(500, 0),
xlab = "kilo year BP",
ylab = expression(delta^{18}*"O")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.