sort_RLum | R Documentation |
The function provides a generalised access point for specific RLum objects. Depending on the input object, the corresponding function will be selected. Allowed arguments can be found in the documentations of the corresponding RLum class.
sort_RLum(object, ...)
object |
RLum or Risoe.BINfileData (required):
S4 object of class |
... |
further arguments passed to the specific class method |
An object of the same type as the input object provided.
0.1.0
Marco Colombo, Institute of Geography, Heidelberg University (Germany)
RLum.Analysis, Risoe.BINfileData
## load example data
data(ExampleData.XSYG, envir = environment())
obj <- OSL.SARMeasurement$Sequence.Object[1:9]
sort_RLum(obj, slot = "recordType")
sort_RLum(obj, info_element = "curveDescripter")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.