View source: R/fit_IsothermalHolding.R
fit_IsothermalHolding | R Documentation |
##TODO
fit_IsothermalHolding(
data,
ITL_model = "GOK",
rhop,
plot = TRUE,
verbose = TRUE,
txtProgressBar = TRUE,
trace = FALSE,
...
)
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
|
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 |
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 |
##TODO
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 |
0.1.0
Svenja Riedesel, DTU Risø (Denmark)
Sebastian Kreutzer, Institute of Geography, Heidelberg University (Germany)
Marco Colombo, Institute of Geography, Heidelberg University (Germany)
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
analyse_ThermochronometryData, analyse_FadingMeasurement
# example code ##TODO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.