Generalized virtual data class for luminescence data.
Usage
# S4 method for class 'RLum.Data'
add_metadata(object, info_element) <- value
# S4 method for class 'RLum.Data'
rename_metadata(object, info_element) <- value
# S4 method for class 'RLum.Data'
replace_metadata(object, info_element, subset = NULL, verbose = TRUE) <- value
# S4 method for class 'RLum.Data'
view(object, ...)
Arguments
- object
(required) an object of class RLum.Data
- info_element
character (required) name of the metadata field to replace or remove
- value
(required) The value assigned to the selected elements of the metadata field. If
NULL
the elements named ininfo_element
will be removed.- subset
expression (optional) logical expression to limit the substitution only to the selected subset of elements
- verbose
logical (with default) enable/disable output to the terminal.
- ...
other arguments that might be passed
Methods (by generic)
add_metadata(RLum.Data) <- value
: Add metadata entries to RLum.Data objectsrename_metadata(RLum.Data) <- value
: Rename a metadata entry of RLum.Data objectsreplace_metadata(RLum.Data) <- value
: Replaces or removes metadata of RLum.Data objectsview(RLum.Data)
: View method for RLum.Data objects
Author
Sebastian Kreutzer, Institute of Geography, Heidelberg University (Germany) , RLum Developer Team
How to cite
Kreutzer, S., 2025. RLum.Data-class(): Class 'RLum.Data'. 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.0.0. https://r-lum.github.io/Luminescence/