powered by
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
# NOT RUN { 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, ] # }
Run the code above in your browser using DataLab