#load data example 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
results <- analyse_SAR.CWOSL(
object,
signal_integral = 1:2,
background_integral = 900:1000,
plot = FALSE
)
##plot only DRC
plot_DRCSummary(results)
Run the code above in your browser using DataLab