powered by
For one MCMC iteration (it), extract the corresponding age-depth model.
agemodel.it(it, set = get("info"), BCAD = set$BCAD)
The MCMC iteration of which the age-model should be calculated.
Detailed information of the current run, stored within this session's memory as variable info.
The calendar scale of graphs and age output-files is in cal BP by default, but can be changed to BC/AD using BCAD=TRUE.
cal BP
BCAD=TRUE
A variable with two columns - depth and the age-depth model of a single iteration.
Blaauw, M. and Christen, J.A., Flexible paleoclimate age-depth models using an autoregressive gamma process. Bayesian Anal. 6 (2011), no. 3, 457--474. https://projecteuclid.org/euclid.ba/1339616472
http://www.chrono.qub.ac.uk/blaauw/manualBacon_2.3.pdf
# NOT RUN { Bacon(run=FALSE, coredir=tempfile()) agedepth(age.res=50, d.res=50, d.by=10) lines(agemodel.it(5), col="red") # }
Run the code above in your browser using DataLab