analyse_ThermochronometryData: Analyse Thermochronometry Data

View source: R/analyse_ThermochronometryData.R

analyse_ThermochronometryDataR Documentation

Analyse Thermochronometry Data

Description

Analyse thermochronometry data based on MatLab code written by XXX and XXX and XXX

Usage

analyse_ThermochronometryData(
  object,
  ITL_model = c("GOK", "BTS"),
  plot = TRUE,
  verbose = TRUE,
  ...
)

Arguments

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 "GOK" (default) or "BTS"

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

Details

##TODO

Value

An RLum.Results object is returned: ##TODO

Function version

0.1.0

Author(s)

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

See Also

analyse_FadingMeasurement, fit_IsothermalHolding

Examples

# example code ##TODO


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