calc_FuchsLang2001: Apply the model after Fuchs & Lang (2001) to a given De distribution.
Description
This function applies the method according to Fuchs & Lang (2001) for
heterogeneously bleached samples with a given coefficient of variation
threshold.
further arguments and graphical parameters passed to
plot
Value
Returns a plot (optional) and terminal output. In addition an
RLum.Results object is returned containing the
following elements:
Function version
0.4.1 (2016-05-02 09:36:06)
How to cite
Kreutzer, S., Burow, C. (2017). calc_FuchsLang2001(): Apply the model after Fuchs & Lang (2001) to a given De distribution.. Function version 0.4.1. In: Kreutzer, S., Dietze, M., Burow, C., Fuchs, M.C., Schmidt, C., Fischer, M., Friedrich, J. (2017). Luminescence: Comprehensive Luminescence Dating Data Analysis. R package version 0.7.1. https://CRAN.R-project.org/package=Luminescence
Details
Used values If the coefficient of variation (c[v]) of the first
two values is larger than the threshold c[v_threshold], the first value is
skipped. Use the 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
References
Fuchs, M. & Lang, A., 2001. OSL dating of coarse-grain fluvial
quartz using single-aliqout protocols on sediments from NE Peloponnese,
Greece. In: Quaternary Science Reviews 20, 783-787.
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, 1161-1167.
##load example datadata(ExampleData.DeValues, envir = environment())
##calculate De according to Fuchs & Lang (2001)temp<- calc_FuchsLang2001(ExampleData.DeValues$BT998, cvThreshold = 5)