Learn R Programming

TLdating (version 0.1.3)

script_TL.import: Script for data pretreatment

Description

This script opens a .binx file and creates a TLum.Analysis object from it. It just requires the name of the file with the TL curves and the relative error on the measurements. It extracts the TL curves and updates the data types.

Usage

script_TL.import(file.name, k = 1, protocol = "Unknown", file.parameters = list(file.extension = ".binx", folder.in = "./"), plotting.parameters = list(plot.Tmin = 0, plot.Tmax = NA, 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.
protocol
character (required): Measurment protocol used.
file.parameters
list (with default): list containing the file parameters. See details.
plotting.parameters
list (with default): list containing the plotting parameters. See details.

Value

This function returns a TLum.Analysis object.

Details

Plotting parameters The plotting parameters are:

See also plot_extract.TL.

File parameters The file parameters are:

See Also

read_BIN2R, Risoe.BINfileData2TLum.BIN.File, TLum.BIN.File2TLum.Analysis, mod_extract.TL, mod_update.dType.