multiTL_fun: multiTL_fun

multiTL_funR Documentation

multiTL_fun

Description

multiTL example from RLumModel

Usage

multiTL_fun(
  dose = c(20, 20, 20, 40, 40, 40, 60, 60, 60),
  model = "Bailey2001",
  distri_scatter = "runif(1,min=0.8,max=1.2)",
  distri_noise = "rnorm(n,mean=1,sd=0.1)",
  SeqType = "TL=c(20,400,5)"
)

Arguments

dose

numeric (with default) irradiation dose in the sequence

model

character (required): set model to be used. Available models are: "Bailey2001", "Bailey2002", "Bailey2004", "Pagonis2007", "Pagonis2008", "Friedrich2017", "Friedrich2018", ⁠"Peng2022⁠" and for own models "customized" (or "customised"). Note: When model = "customized"/⁠"customised⁠ is set, the argument own_parameters has to be set.

distri_scatter

character (with default) a distribution function to scatter the glow curves.

distri_noise

character (with default) a distribution function to noise the glow curve.

SeqType

character (with default) the type of measurement TL or OSL

Value

a dataset containing multiples TL calculated with RLumModel

Examples


## Not run: 
multiTL_fun()

## End(Not run)


Zink-Antoine/TLpack documentation built on April 14, 2025, 1:58 p.m.