sort_RLum {Luminescence}R Documentation

Sort data for RLum S4-class objects

Description

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.

Usage

sort_RLum(object, ...)

## S4 method for signature 'list'
sort_RLum(object, ...)

Arguments

object

RLum or Risoe.BINfileData (required): S4 object of class RLum.Analysis or Risoe.BINfileData

...

further arguments passed to the specific class method

Value

An object of the same type as the input object provided.

Functions

Function version

0.1.0

How to cite

Colombo, M., 2025. sort_RLum(): Sort data for RLum S4-class objects. Function version 0.1.0. In: Kreutzer, S., Burow, C., Dietze, M., Fuchs, M.C., Schmidt, C., Fischer, M., Friedrich, J., Mercier, N., Philippe, A., Riedesel, S., Autzen, M., Mittelstrass, D., Gray, H.J., Galharret, J., Colombo, M., Steinbuch, L., Boer, A.d., 2025. Luminescence: Comprehensive Luminescence Dating Data Analysis. R package version 1.1.0. https://r-lum.github.io/Luminescence/

Author(s)

Marco Colombo, Institute of Geography, Heidelberg University (Germany) , RLum Developer Team

See Also

RLum.Analysis, Risoe.BINfileData

Examples


## 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")


[Package Luminescence version 1.1.0 Index]