Extract one age-model iteration
For one MCMC iteration (it), extract the corresponding age-depth model.
agemodel.it(it, set = get("info"), BCAD = set$BCAD)
it |
The MCMC iteration of which the age-model should be calculated. |
set |
Detailed information of the current run, stored within this session's memory as variable info. |
BCAD |
The calendar scale of graphs and age output-files is in |
A variable with two columns - depth and the age-depth model of a single iteration.
Maarten Blaauw, J. Andres Christen
## Not run: Bacon(run=FALSE, coredir=tempfile()) agedepth(age.res=50, d.res=50, d.by=10) lines(agemodel.it(5), col="red") ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.