mod_extract.TL: Extract TL

Description Usage Arguments Details Value Author(s) See Also

Description

This function provides a new TLum.Analysis object containing only the TL curves.

Usage

1
2
3
mod_extract.TL(object, plotting.parameters = list(no.plot = FALSE),
  record.parameters = list(separatePreheat = TRUE, recDuringPreheatRamp =
  FALSE, recDuringPreheatPlateau = FALSE))

Arguments

object

TLum.Analysis (required): object containing the initial TL curves.

plotting.parameters

list (with default): list containing the plotting parameters. See details.

record.parameters

list (with default): list containing the record parameters. See details.

Details

Plotting parameters
The plotting parameters are:

no.plot

logical: If TRUE, the results will not be plotted.

Record parameters
The record parameters are:

includePreheat

logical: If TRUE, the preheat was included in the TL recording. If FALSE, the preheat was recorded separately.

recDuringPreheatRamp

logical: Only used when includePreheat is TRUE. If TRUE, the signal was recorded during the preheat ramp.

recDuringPreheatPlateau

logical: Only used when includePreheat is TRUE. If TRUE, the signal was recorded during the preheat plateau.

Value

This function provides a new TLum.Analysis with only the TL curve.
It also plots the TL curves using plot_extract.TL.

Author(s)

David Strebler, University of Cologne (Germany).

See Also

plot_extract.TL


dstreble/TLdating documentation built on May 15, 2019, 4:50 p.m.