if (FALSE) {
## load example data set
data(sample_osl_aliquots, envir = environment())
sequence <- list(
RegDose = c(0, 1, 2, 5, 10, 0, 1),
TestDose = 2,
PH = 220,
CH = 200,
OSL_temp = 125,
OSL_duration = 70)
## reduce number of
## grains to two
sample_osl_aliquots$aliquot_1 <-
sample_osl_aliquots$aliquot_1[1:2,]
## or measure all aliquots in a row
sar_all <- measure_SAR_OSL(
aliquot = sample_osl_aliquots,
sequence = sequence,
dose_rate = 0.1)
}
Run the code above in your browser using DataLab