RLum-class | R Documentation |
"RLum"
Abstract class for data in the package Luminescence Subclasses are:
## S4 method for signature 'RLum'
replicate_RLum(object, times = NULL)
object |
RLum (required): an object of class RLum |
times |
integer (optional): number for times each element is repeated element |
RLum-class
|
|—-RLum.Data
|—-|– RLum.Data.Curve
|—-|– RLum.Data.Spectrum
|—-|– RLum.Data.Image
|—-RLum.Analysis
|—-RLum.Results
replicate_RLum(RLum)
: Replication method RLum-objects
originator
Object of class character containing the name of the producing function for the object. Set automatically by using the function set_RLum.
info
Object of class list for additional information on the object itself
.uid
Object of class character for a unique object identifier. This id is
usually calculated using the internal function create_UID()
if the function set_RLum
is called.
.pid
Object of class character for a parent id. This allows nesting RLum-objects at will. The parent id can be the uid of another object.
A virtual Class: No objects can be created from it.
0.4.0
Kreutzer, S., 2024. RLum-class(): Class 'RLum'. 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
RLum
is a virtual class.
Sebastian Kreutzer, Institute of Geography, Heidelberg University (Germany) , RLum Developer Team
RLum.Data, RLum.Data.Curve, RLum.Data.Spectrum, RLum.Data.Image, RLum.Analysis, RLum.Results, methods_RLum
showClass("RLum")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.