adolphiloader: Load Adolphi tie-point distributions Returns the probability...

adolphiloaderR 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)

Description

Load Adolphi tie-point distributions Returns the probability distributions for the tie-points given by Adolphi et al. (2018) and Muscheler et al. (2020)

Usage

adolphiloader(tieshifts = numeric(5), plotdens = FALSE, x.ref = NULL)

Arguments

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 TRUE plot pdfs.

x.ref

numeric. Gives reference value on the x-axis when distributions are plotted.

Value

returns a list containing the pdfs for each tie-point.

Author(s)

Eirik Myrvoll-Nilsen, eirikmn91@gmail.com

References

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

Examples

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")
}

eirikmn/bremla documentation built on Jan. 25, 2025, 4:41 a.m.