Learn R Programming

TLdating (version 0.1.3)

mod_align.peaks: Aligning the TL peaks

Description

This function detects the peak position for each TL curve of the object and aligns them. It uses the average of the testdose maximum positions as reference for the new peak position.

Usage

mod_align.peaks(object, aligning.parameters = list(peak.Tmin = 0, peak.Tmax = NA, no.testdose = FALSE), plotting.parameters = list(plot.Tmin = 0, plot.Tmax = NA, no.plot = FALSE))

Arguments

object
TLum.Analysis (required): object containing the TL curves that have to be aligned.
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 provides a new TLum.Analysis object with the same TL curves but aligned. It also plots the original TL curves, the TL curves used to determine the peak maximum position, and the shiffted TL curves using plot_align.peaks.

Details

Aligning parameters The aligning parameters are:

Plotting parameters The plotting parameters are:

See Also

plot_align.peaks.