analyse.plot: analyse.plot

analyse.plotR Documentation

analyse.plot

Description

analyse OSL-SAR measurement at various preheat and plot the result

Usage

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,
  ...
)

Arguments

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 FALSE (default), WinBUGS is closed automatically when the script has finished running, otherwise WinBUGS remains open for further investigation

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

Value

several plots

WinBUg results objects

Examples

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)


Zink-Antoine/OSLpack documentation built on Feb. 23, 2025, 5:14 a.m.