RLumModel (version 0.2.7)

ExampleData.ModelOutput: Example data (TL curve) simulated with parameter set from Pagonis 2007

Description

Example data (TL curve) simulated with parameter set from Pagonis 2007

Arguments

Format

A RLum.Analysis object containing one TL curve as RLum.Data.Curve.

Function version

0.1.1

References

Pagonis, V., Chen, R., Wintle, A.G., 2007: Modelling thermal transfer in optically stimulated luminescence of quartz. Journal of Physics D: Applied Physics 40, 998-1006.

Examples

Run this code
# NOT RUN {
data("ExampleData.ModelOutput", envir = environment())

TL_curve <- get_RLum(model.output, recordType = "TL$", drop = FALSE)

##plot TL curve
plot_RLum(TL_curve)

TL_concentrations <- get_RLum(model.output, recordType = "(TL)", drop = FALSE)
plot_RLum(TL_concentrations)


# }

Run the code above in your browser using DataLab