adolphiloader | R Documentation |
Load Adolphi tie-point distributions Returns the probability distributions for the tie-points given by Adolphi et al. (2018) and Muscheler et al. (2020)
adolphiloader(tieshifts = numeric(5), plotdens = FALSE, x.ref = NULL)
tieshifts |
numeric which gives the amount each tie-point should be shifted, e.g. to go from describing offset from GICC05 to years before present. |
plotdens |
boolean. If |
x.ref |
numeric. Gives reference value on the x-axis when distributions are plotted. |
returns a list containing the pdfs for each tie-point.
Eirik Myrvoll-Nilsen, eirikmn91@gmail.com
Adolphi, F., Bronk Ramsey, C., Erhardt, T., Edwards, R. L., Cheng, H., Turney, C. S. M., Cooper, A., Svensson, A., Rasmussen, S. O., Fischer, H., and Muscheler, R. (2018). Connecting the Greenland ice-core and U/Th timescales via cosmogenic radionuclides: testing the synchroneity of Dansgaard-Oeschger events, Clim. Past, 14, 1755-1781, https://doi.org/10.5194/cp-14-1755-2018
Muscheler, R., Adolphi, F., Heaton, T., Bronk Ramsey, C., Svensson, A., Van der Plicht, J., & Reimer, P. (2020). Testing and Improving the IntCal20 Calibration Curve with Independent Records. Radiocarbon, 62(4), 1079-1094. doi:10.1017/RDC.2020.54
if(inlaloader()){
adolphipdfs = adolphiloader(tieshifts=c(11050,12050,13050,22050,42050))
plot(adolphipdfs$tie1,type="l",xlab="Time (yb2k)",ylab="Density",main="Tie-point #1")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.