## show method
showClass("RLum.Analysis")
##set an empty object
set_RLum(class = "RLum.Analysis")
## use example data
##load data
data(ExampleData.RLum.Analysis, envir = environment())
##show curves in object
get_RLum(IRSAR.RF.Data)
##show only the first object, but by keeping the object
get_RLum(IRSAR.RF.Data, record.id = 1, drop = FALSE)
## subsetting with SAR sample data
data(ExampleData.BINfileData, envir = environment())
sar <- object <- Risoe.BINfileData2RLum.Analysis(CWOSL.SAR.Data)
## get
get_RLum(sar, subset = "NPOINTS == 250")
## remove
remove_RLum(sar, subset = "NPOINTS == 250")
Run the code above in your browser using DataLab