lisiecki2005 | R Documentation |
The LR04 stack spans 5.3 Myr and is an average of 57 globally distributed benthic d18O records (which measure global ice volume and deep ocean temperature) collected from the scientific literature. Obtained from ftp://ftp.ncdc.noaa.gov/pub/data/paleo/contributions_by_author/lisiecki2005/lisiecki2005.txt on 28 June 2017. A data frame with 2115 rows and 3 variables.
lisiecki2005
An object of class data.frame
with 2115 rows and 3 columns.
Timex 1000 years (i.e. ka)
d18OBenthic d18O (per mil)
ErrorStandard error (per mil)
ftp://ftp.ncdc.noaa.gov/pub/data/paleo/contributions_by_author/lisiecki2005/lisiecki2005.txt
names(lisiecki2005) head(lisiecki2005) # plot for 0-250 ka: if (require("ggplot2")) { ggplot(lisiecki2005, aes(Time, d18O)) + geom_line() + scale_x_continuous(limits = c(0, 250), name = "x 1000 years ago") + scale_y_reverse(name = bquote(delta^18*O)) + theme_bw() }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.