Learn R Programming

TLdating (version 0.1.3)

TLum.BIN.File2TLum.Data.Curve: Convert an element from a TLum.BIN.File object into a TLum.Data.Curve objet

Description

This function extract a curve from a TLum.BIN.File object and convert it into a TLum.Data.Curve objet. The extract element can be identify either by its id or by its position, run and set.

Usage

TLum.BIN.File2TLum.Data.Curve(object, id, pos, run, set, rec_duringPH = TRUE, rec_ramp2PH = TRUE)

Arguments

object
TLum.BIN.File (required): object containing the luminescence curves.
id
integer (with default): id of the curve.
pos
integer (with default): position of the curve.
run
integer (with default): run of the curve.
set
integer (with default): set of the curve.
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 return a TLum.Data.Curve objet.

Details

The element that is extracted to be converted into a TLum.Data.Curve objet can be identify either by its id or by its position, run and set.