Learn R Programming

TLdating (version 0.1.3)

TLum.BIN.File2TLum.Analysis: Convert TLum.BIN.File object to an TLum.Analysis object.

Description

This function convert a TLum.BIN.File in a TLum.Analysis object. A TLum.Analysis object is a list of TLum.Data.Curve object. It is possible to specify which luminescence curves will be keeped.

Usage

TLum.BIN.File2TLum.Analysis(object, protocol = "unknown", rec_duringPH = TRUE, rec_ramp2PH = TRUE)

Arguments

object
TLum.BIN.File (required): object containing the luminescence curves.
protocol
character (with default): protocol used.
rec_duringPH
logical (with default): Indicate if the signal was record during the preheat plateau.
rec_ramp2PH
logical (with default): Indicate if the signal was record during the ramp up to the preheat temperature.

Value

This function will return a TLum.Analysis object.

See Also

TLum.Analysis, TLum.BIN.File, TLum.Data.Curve and TLum.BIN.File2TLum.Data.Curve.