multiTL_fun | R Documentation |
multiTL example from RLumModel
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)"
)
dose |
numeric (with default) irradiation dose in the sequence |
model |
character (required): set model to be used. Available models are:
|
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 |
a dataset containing multiples TL calculated with RLumModel
## Not run:
multiTL_fun()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.