A.modelled {rbacon} | R Documentation |
Calculate modelled 210Pb
Description
Calculate modelled 210Pb values of a sample slice, based on the parameters of the age-model (i.e., time passed since deposition of the bottom and top of the slice), supported and influx
Usage
A.modelled(
d.top,
d.bottom,
dens,
set = get("info"),
phi = set$phi,
sup = set$ps
)
Arguments
d.top |
top depth of the slice |
d.bottom |
bottom depth of the slice |
dens |
Density of the slice (in g/cm3) |
set |
Detailed information of the current run, stored within this session's memory as variable |
phi |
The modelled values of the 210Pb influx |
sup |
The modelled values of the supported 210Pb |
Value
a list of modelled values of A
Author(s)
Maarten Blaauw
[Package rbacon version 3.2.0 Index]