##load example data
data(ExampleData.XSYG, envir = environment())
##grep first and 3d TL curves
TL.curves <- get_RLum(OSL.SARMeasurement$Sequence.Object, recordType = "TL (UVVIS)")
TL.curve.1 <- TL.curves[[1]]
TL.curve.3 <- TL.curves[[3]]
##plot single curves
plot_RLum(TL.curve.1)
plot_RLum(TL.curve.3)
##subtract the 1st curve from the 2nd and plot
TL.curve.merged <- merge_RLum.Data.Curve(list(TL.curve.3, TL.curve.1), merge.method = "/")
plot_RLum(TL.curve.merged)
Run the code above in your browser using DataLab