LR04_MISboundaries | R Documentation |
From http://www.lorraine-lisiecki.com/LR04_MISboundaries.txt
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, ]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.