Luminescence (version 0.8.6)

structure_RLum: General structure function for RLum S4 class objects

Description

Function calls object-specific get functions for RLum S4 class objects.

Usage

structure_RLum(object, ...)

# S4 method for list structure_RLum(object, ...)

Arguments

object

'>RLum (required): S4 object of class RLum

...

further arguments that one might want to pass to the specific structure method

Value

Returns a data.frame with structure of the object.

Methods (by class)

  • list: Returns a list of '>RLum objects that had been passed to structure_RLum

Function version

0.2.0 (2018-01-30 16:22:52)

How to cite

Kreutzer, S. (2018). 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. (2018). Luminescence: Comprehensive Luminescence Dating Data Analysis. R package version 0.8.6. https://CRAN.R-project.org/package=Luminescence

Details

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.

See Also

'>RLum.Data.Curve, '>RLum.Data.Image, '>RLum.Data.Spectrum, '>RLum.Analysis, '>RLum.Results

Examples

Run this code
# NOT RUN {
##load example data
data(ExampleData.XSYG, envir = environment())

##show structure
structure_RLum(OSL.SARMeasurement$Sequence.Object)

# }

Run the code above in your browser using DataCamp Workspace