fit_IsothermalHolding: Fit Isothermal Holding Data

View source: R/fit_IsothermalHolding.R

fit_IsothermalHoldingR Documentation

Fit Isothermal Holding Data

Description

##TODO

Usage

fit_IsothermalHolding(
  data,
  ITL_model = "GOK",
  rhop,
  plot = TRUE,
  verbose = TRUE,
  txtProgressBar = TRUE,
  trace = FALSE,
  ...
)

Arguments

data

character or data.frame (required): file path or data frame with 5 columns named "SAMPLE", "TEMP", "TIME", "LxTx", "LxTx_ERROR".

ITL_model

character (with default): model to be fitted, either "GOK" or "BTS".

rhop

numeric or RLum.Results (with default): a vector of rho prime values (one for each sample) or an RLum.Results object produced by analyse_FadingMeasurement

plot

logical (with default): enable/disable the plot output.

verbose

logical (with default): enable/disable output to the terminal.

txtProgressBar

logical (with default): enable/disable the progress bar. Ignored if verbose = FALSE.

trace

logical (with default): enable/disable tracing during the nls fitting (minpack.lm::nlsLM).

...

further arguments and graphical parameters that will be passed to the plot function.

Details

##TODO

Value

The function returns an RLum.Results object and an optional plot. The object returned contains the following elements:

fit

list with the fitted models

coefs

data.frame containing the fitted coefficients for the models

data

data.frame containing the data used in the fitting process

Function version

0.1.0

Author(s)

Svenja Riedesel, DTU Risø (Denmark)
Sebastian Kreutzer, Institute of Geography, Heidelberg University (Germany)
Marco Colombo, Institute of Geography, Heidelberg University (Germany)

References

Li, B., Li, S.H., The effect of band-tail states on the thermal stability of the infrared stimulated luminescence from K-feldspar, Journal of Luminescence 136 (2013) 5–10. doi: 10.1016/j.jlumin.2012.08.043

See Also

analyse_ThermochronometryData, analyse_FadingMeasurement

Examples

# example code ##TODO


R-Lum/Luminescence documentation built on March 1, 2025, 12:43 a.m.