Last data update: 2014.03.03

R: Example data (TL curve) simulated from Bailey (2001 ,fig. 1)
ExampleData.ModelOutputR Documentation

Example data (TL curve) simulated from Bailey (2001 ,fig. 1)

Description

Example data (TL curve) simulated from Bailey (2001 ,fig. 1)

Format

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

Note

This example has only one record (TL). The used sequence was sequence <- list(IRR = c(temp = 20, dose = 10, DoseRate = 1), TL = c(temp_begin = 20, temp_end = 400, heating_rate = 5))

Source

model_LuminescenceSignals()

References

Bailey, R.M., 2001. Towards a general kinetic model for optically and thermally stimulated luminescence of quartz. Radiation Measurements 33, 17-45.

Examples


data(ExampleData.ModelOutput)
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)


Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(RLumModel)
Loading required package: Luminescence
Welcome to the R package Luminescence version 0.6.0 [Built: 2016-05-30 16:47:30 UTC]
Goldfinger: 'You cannot get this machine better and cheaper than from us.'

Attaching package: 'RLumModel'

The following object is masked from 'package:Luminescence':

    model_LuminescenceSignals

> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/RLumModel/ExampleData.ModelOutput.Rd_%03d_medium.png", width=480, height=480)
> ### Name: ExampleData.ModelOutput
> ### Title: Example data (TL curve) simulated from Bailey (2001 ,fig. 1)
> ### Aliases: ExampleData.ModelOutput model.output
> ### Keywords: datasets
> 
> ### ** Examples
> 
> 
> data(ExampleData.ModelOutput)
> 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)
> 
> 
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>