Title: | Global Sea Level and Oxygen Isotope Data |
---|---|
Description: | Contains published data sets for global benthic d18O data for 0-5.3 Myr <doi:10.1029/2004PA001071> and global sea levels based on marine sediment core data for 0-800 ka <doi:10.5194/cp-12-1-2016>. |
Authors: | Ben Marwick [aut, cre], Lorraine Lisiecki [aut], Rachel Spratt [aut], Maureen Raymo [aut] |
Maintainer: | Ben Marwick <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.2.0 |
Built: | 2024-12-10 04:12:40 UTC |
Source: | https://github.com/benmarwick/gsloid |
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
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() }
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() }
From http://www.lorraine-lisiecki.com/LR04_MISboundaries.txt
LR04_MISboundaries
LR04_MISboundaries
A data frame with 232 rows and 7 variables:
Marine isotope stage boundary, start/end
start of this phase
end of this phase
short version of 'start_MIS' suitable for annotating plots
Age of start of MIS, x 1000 years ago
Age of end of MIS, x 1000 years ago
Age of middle of MIS, x 1000 years ago, suitable for controlling label placement on plots
http://www.lorraine-lisiecki.com/LR04_MISboundaries.txt
names(LR04_MISboundaries) head(LR04_MISboundaries) # subset the MIS data for the last 250 ka years mis_last_250ka <- LR04_MISboundaries[LR04_MISboundaries$LR04_Age_ka_start <= 250, ]
names(LR04_MISboundaries) head(LR04_MISboundaries) # subset the MIS data for the last 250 ka years mis_last_250ka <- LR04_MISboundaries[LR04_MISboundaries$LR04_Age_ka_start <= 250, ]
This is a Late Pleistocene sea level stack based on marine sediment core data (foraminiferal carbonate d18O) as estimated by several different techniques in seven different studies. Obtained from https://www.ncdc.noaa.gov/paleo-search/study/19982 on 28 June 2017. A data frame with 799 rows and 9 variables.
spratt2016
spratt2016
An object of class data.frame
with 799 rows and 9 columns.
age_calkaBPAge, calendar ka BP
SeaLev_shortPC1Sea Level, meters above present day, climate reconstructions, Scaled first principal component of seven sea level reconstructions (0-430 ka),N
SeaLev_shortPC1_err_sigSea Level, standard deviation from bootstrap, meters, climate reconstructions, Scaled first principal component of seven sea level reconstructions (0-430 ka),N
SeaLev_shortPC1_err_loSea Level, 95% confidence interval, lower bound, meters, climate reconstructions, Scaled first principal component of seven sea level reconstructions (0-430 ka),N
SeaLev_shortPC1_err_upSea Level, 95% confidence interval, upper bound, meters, climate reconstructions, Scaled first principal component of seven sea level reconstructions (0-430 ka),N
SeaLev_longPC1Sea Level, meters above present day, climate reconstructions, Scaled first principal component of five sea level reconstructions (0-798 ka),N
SeaLev_longPC1_err_sigSea Level, standard deviation from bootstrap,meters, climate reconstructions, Scaled first principal component of five sea level reconstructions (0-798 ka),N
SeaLev_longPC1_err_loSea Level, 95% confidence interval, lower bound,meters, climate reconstructions,Scaled first principal component of five sea level reconstructions (0-798 ka),N
SeaLev_longPC1_err_upSea Level, 95% confidence interval, upper bound,meters, climate reconstructions, Scaled first principal component of five sea level reconstructions (0-798 ka),N
https://www.ncei.noaa.gov/access/paleo-search/study/19982
names(spratt2016) head(spratt2016)
names(spratt2016) head(spratt2016)