analyse.plot | R Documentation |
analyse OSL-SAR measurement at various preheat and plot the result
analyse.plot(
file,
nom = nomFile,
ech = 1,
OSL = 2,
Dose = c(0, 30, 50, 70, 0, 30),
Unique = FALSE,
ph0 = seq(1, 4),
NomEch = c(ech1 = "ech1", ech2 = "ech2", ech3 = "ech3", ech4 = "ech4"),
signal.integral = seq(6, 10),
background.integral = seq(85, 104),
debug = FALSE,
brate = 0.1,
...
)
file |
[Risoe.BINfileData-class],[list] (**required**) the BIN/BINX file(s) |
nom |
[character] (**optional**) BIN/BINX file name. Use nomFile as global variable |
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 |
Unique |
[logical] (**with default**) TRUE a single De, independent from preheat temperature |
ph0 |
[numeric] (**with default**): selected preheat |
NomEch |
[character] (**optional**) sample name |
signal.integral |
[vector] (**with default**): vector with the limits for the signal integral. |
background.integral |
[vector] (**with default**): vector with the bounds for the background integral. |
debug |
if |
brate |
[numeric] (**with default**) dose rate of the beta source (default value 0.1 Gy/s) |
... |
further arguments that will be passed to the function BayesCal |
several plots
WinBUg results objects
data(Anatolian2, envir = environment())
file<-Anatolian2$FILE
## Not run:
png("Analyse BL SH112482.png",width=1063,height=1500, units = "px", pointsize = 24)
analyse.plot(file,ech=1,OSL=2,Dose=c(0,200,250,300,0,200),ph0=c(1,2,3,4),
Unique=FALSE,NomEch=c("figurine Anatolie SH112482"))
dev.off()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.