Learn R Programming

Luminescence (version 0.3.1)

calc_FadingCorr: Apply a fading correction according to Huntley & Lamothe (2001) for a given g-value.

Description

This function runs the iterations that are needed to calculate the corrected age including the error for a given g-value according to Huntley & Lamothe (2001).

Usage

calc_FadingCorr(g_value, tc, age.faded, n.MCruns = 500)

Arguments

g_value
vector (required): g-value and error obtained from separate fading measurements (see example)
tc
numeric (required): time in seconds (time between irradiation and the prompt measurement, cf. Huntely & Lamothe 2001)
age.faded
numeric vector (required): uncorrected age with error in ka (see example)
n.MCruns
integer (with default): number of Monte Carlo simulation runs for error estimation

Value

  • A data.frame containing the fading-corrected age is returned.

Function version

0.1.2 (2014-04-13 14:27:43)

Details

The error of the fading-corrected age is determined using a Monte Carlo simulation approach. Large values for n.MCruns will significantly increase the computation time.

References

Huntley, D.J., Lamothe, M., 2001. Ubiquity of anomalous fading in K-feldspars and the measurement and correction for it in optical dating. Canadian Journal of Earth Sciences, 38, 1093-1106.

See Also

#

Examples

Run this code
calc_FadingCorr(g_value = c(3.3,0.03), tc = 752, 
                age.faded = c(100,10), 
                n.MCruns=50)

Run the code above in your browser using DataLab