Last chance! 50% off unlimited learning
Sale ends in
RLum.Analysis
object including growth curve fitting.analyse_SAR.CWOSL(object, signal.integral.min, signal.integral.max,
background.integral.min, background.integral.max,
rejection.criteria = list(recycling.ratio = 10,
recuperation.rate = 10), log = "", output.plot = TRUE,
output.plot.single = FALSE, ...)
RLum.Analysis
(required):
input object containing data for analysisinteger
(required): lower bound of the signal integralinteger
(required): lower bound of the background integralinteger
(required): upper bound of the background integralTRUE/FALSE
) to
allow for plotting the results in single plot windows.
Requires output.plot = TRUE
.plot_GrowthCurve
RLum.Results
object is
returned containing the following elements:get_RLum.Results
Duller, G., 2003. Distinguishing quartz and feldspar in single grain luminescence measurements. Radiation Measurements, 37 (2), pp. 161-165.
Murray, A.S. & Wintle, A.G., 2000. Luminescence dating of quartz using an improved single-aliquot regenerative-dose protocol. Radiation Measurements, 32, pp. 57-73.
calc_OSLLxTxRatio
, plot_GrowthCurve
,
RLum.Analysis
, RLum.Results
get_RLum.Results
##load data
##ExampleData.BINfileData contains two BINfileData objects
##CWOSL.SAR.Data and TL.SAR.Data
data(ExampleData.BINfileData, envir = environment())
##transform the values from the first position in a RLum.Analysis object
object <- Risoe.BINfileData2RLum.Analysis(CWOSL.SAR.Data, pos=1)
##perform SAR analysis
analyse_SAR.CWOSL(object,
signal.integral.min = 1,
signal.integral.max = 2,
background.integral.min = 900,
background.integral.max = 1000,
log = "x",
fit.method = "EXP")
Run the code above in your browser using DataLab