| RLum.Analysis-class | R Documentation |
"RLum.Analysis"Object class to represent analysis data for protocol analysis, i.e. all curves, spectra etc. from one measurements. Objects from this class are produced, by e.g. read_XSYG2R, read_Daybreak2R
protocolObject of class character describing the applied measurement protocol
recordsObject of class list containing objects of class RLum.Data
Objects can be created by calls of the form set_RLum("RLum.Analysis", ...).
0.4.19
The method structure_RLum is currently just available for objects containing RLum.Data.Curve.
Sebastian Kreutzer, F2.1 Geophysical Parametrisation/Regionalisation, LIAG - Institute for Applied Geophysics (Germany) , RLum Developer Team
Risoe.BINfileData2RLum.Analysis, Risoe.BINfileData, RLum
## 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.