multiplot.OSL | R Documentation |
OSL glowcurve for various preheat
multiplot.OSL(
file,
ech = 1,
OSL = 2,
Dose = c(0, 30, 50, 70, 0, 30),
nomFile = "nomFile",
ph0 = seq(1, 4),
NumInv = c(ech1 = "ech1", ech2 = "ech2", ech3 = "ech3", ech4 = "ech4")
)
file |
[Risoe.BINfileData-class],[list] (**required**) the BIN/BINX file(s) |
ech |
[numeric] (**with default**) the sample number |
OSL |
[numeric] (**with default**): 1: IR-OSL; 2: BL-OSL |
Dose |
[numeric], [list] (**with default**): doses in seconds |
nomFile |
[character] (**with default**) name of the BIN/BINX file |
ph0 |
[numeric] (**with default**): selected preheat |
NumInv |
[character] (**with default**) the name of the sample (eg. inventory number) |
a page with multiplot
data(Anatolian2, envir = environment())
file<-Anatolian2$FILE
multiplot.OSL(file,ech=2,OSL=1,Dose=c(0,200,250,300,0,200),ph0=seq(1,4),NumInv=c("SH112482"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.