Learn R Programming

TLdating (version 0.1.3)

script_TL.plateau: Script for the plateau test

Description

This script calls a series of data pretreatment functions before performing the plateau test. It just requires the name of the file with the TL curves and the relative error on the measurements.

Usage

script_TL.plateau(file.name, k = 1, remove.discs = NULL, file.parameters = list(file.extension = ".binx", folder.in = "./", folder.out = "./"), aligning.parameters = list(peak.Tmin = NULL, peak.Tmax = NULL, no.testdose = FALSE), plotting.parameters = list(plot.Tmin = 0, plot.Tmax = NA, plateau.Tmin = 0, plateau.Tmax = 0, no.plot = FALSE))

Arguments

file.name
character (required): Name of the file containing the luminescence data.
k
numeric (with default): Corrective factor for estimating the uncertainties using a poisson distribution.
remove.discs
numeric (with default): list containing the position of the aliquots that shall be removed.
file.parameters
list (with default): list containing the file parameters. See details.
aligning.parameters
list (with default): list containing the aligning parameters. See details.
plotting.parameters
list (with default): list containing the plotting parameters. See details.

Value

This function plots the results from the differents functions called using: plot_extract.TL, plot_remove.preheat plot_substract.background plot_align.peaks and plot_TL.plateau.

Details

Aligning parameters The aligning parameters are:

File parameters The file parameters are:

see also script_TL.pretreatment.

Plotting parameters The plotting parameters are:

See also plot_TL.MAAD.

See Also

read_BIN2R, Risoe.BINfileData2TLum.BIN.File, mod_extract.TL, mod_update.dType, mod_remove.aliquot, mod_remove.preheat, mod_substract.background, mod_align.peaks, write_R2BIN, TLum.BIN.File2TLum.Analysis and analyse_TL.plateau.