View source: R/analyse_ThermochronometryData.R
analyse_ThermochronometryData | R Documentation |
Analyse thermochronometry data based on MatLab code written by XXX and XXX and XXX
analyse_ThermochronometryData(
object,
ITL_model = c("GOK", "BTS"),
plot = TRUE,
verbose = TRUE,
...
)
object |
character (required): path to a CSV file ##TODO; alternatively a vector of paths |
ITL_model |
character (with default): type of model to fit,
either |
plot |
logical (with default): enable/disable the plot output. |
verbose |
logical (with default): enable/disable output to the terminal. |
... |
further parameters passed to fit_IsothermalHolding |
##TODO
An RLum.Results object is returned: ##TODO
0.1.0
Sebastian Kreutzer, Institute of Geography, Heidelberg University (Germany), Svenja Riedesel, DTU Risø (Denmark)
analyse_FadingMeasurement, fit_IsothermalHolding
# example code ##TODO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.