calc_TL.LxTx: calculation of the Lx/Tx matrix

Description Usage Arguments Details Value Author(s) References See Also

View source: R/calc_TL.LxTx.R

Description

Internal function called by analyse_TL.MAAD and analyse_TL.SAR.
This function separates the Lx matrix from the Tx matrix. Then, it estimates the Lx/Tx matrix. It also provides a name for each of the curves.

Usage

1
calc_TL.LxTx(object)

Arguments

object

TLum.Analysis (required): TLum.Analysis object

Details

Warning: This function is an internal function and should not be used except for development purposes. Internal functions can be heavily modified and even renamed or removed in new version of the package.

Value

The function provides an TLum.Results containing:

Temperatures

numeric: Vector with the temperature values.

Names

character: Vector with the curve names.

Datatype

character: Vector with the curve type.

Doses

numeric: Vector with the curve doses.

Testdoses

numeric: Vector with the curve test-doses.

Lx

Lx matrix.

Lx.error

Absolute error for the Lx matrix.

Tx

Tx matrix.

Tx.error

Absolute error for the Tx matrix

LxTx

Lx/Tx matrix.

LxTx.error

Absolute error for the Lx/Tx matrix.

Author(s)

David Strebler, University of Cologne (Germany).

References

Aitken, M.J. (1985) Thermoluminescence Dating, Academic Press, London

Murray & Wintle (2000). Luminescence dating of quartz using an improved single-aliquot regenerative-dose protocol. Radiation Measurements, Vol.32, No.1, p.57-73.

See Also

analyse_TL.MAAD, analyse_TL.SAR.


TLdating documentation built on May 2, 2019, 9:26 a.m.