structure_RLum | R Documentation |
Function calls object-specific get functions for RLum S4 class objects.
structure_RLum(object, ...)
## S4 method for signature 'list'
structure_RLum(object, ...)
object |
RLum (required):
S4 object of class |
... |
further arguments that one might want to pass to the specific structure method |
The function provides a generalised access point for specific
RLum objects.
Depending on the input object, the corresponding structure function will
be selected. Allowed arguments can be found in the documentations of the
corresponding RLum class.
Returns a data.frame with structure of the object.
structure_RLum(list)
: Returns a list of RLum objects that had been passed to structure_RLum
0.2.0
Kreutzer, S., 2024. structure_RLum(): General structure function for RLum S4 class objects. Function version 0.2.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., 2024. Luminescence: Comprehensive Luminescence Dating Data Analysis. R package version 0.9.24. https://CRAN.R-project.org/package=Luminescence
Sebastian Kreutzer, Institute of Geography, Heidelberg University (Germany) , RLum Developer Team
RLum.Data.Curve, RLum.Data.Image, RLum.Data.Spectrum, RLum.Analysis, RLum.Results
##load example data
data(ExampleData.XSYG, envir = environment())
##show structure
structure_RLum(OSL.SARMeasurement$Sequence.Object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.