calc_FuchsLang2001(sample,
sample.mtext = "unknown sample",
sample.id = sample.mtext,
cvThreshold = 5,
startDeValue = 1,
output.plot = TRUE, output.terminal = TRUE,
main = "Fuchs & Lang (2001)",
xlab = expression(paste(D[e], " [Gy]")),
cex.global = 1)
cvThreshold = 3
. See details.TRUE
/FALSE
TRUE
/FALSE
startDeValue
argument to define a start value for calculation (e.g. 2nd or 3rd value).
Basic steps of the approach
(1) Estimate natural relative variation of the sample using a dose recovery test(2) Sort the input values ascendingly
(3) Calculate a running mean, starting with the lowermost two values and add values iteratively.
(4) Stop if the calculated c[v] exceeds the specified cvThreshold
Fuchs, M. & Wagner, G.A., 2003. Recognition of insufficient bleaching by small aliquots of quartz for reconstructing soil erosion in Greece. Quaternary Science Reviews, 22, pp. 1161-1167.
plot
##load example data
data(ExampleData.DeValues)
##calculate De according to Fuchs & Lang (2001)
calc_FuchsLang2001(ExampleData.DeValues, cvThreshold = 5)
Run the code above in your browser using DataLab