Abstract class for data in the package Luminescence Subclasses are:
Details
RLum-class
|
|—-RLum.Data
|—-|– RLum.Data.Curve
|—-|– RLum.Data.Spectrum
|—-|– RLum.Data.Image
|—-RLum.Analysis
|—-RLum.Results
Slots
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.
Author
Sebastian Kreutzer, Institute of Geography, Heidelberg University (Germany) , RLum Developer Team
Examples
showClass("RLum")
#> Virtual Class "RLum" [package "Luminescence"]
#>
#> Slots:
#>
#> Name: originator info .uid .pid
#> Class: character list character character
#>
#> Known Subclasses:
#> Class "RLum.Analysis", directly
#> Class "RLum.Data", directly
#> Class "RLum.Results", directly
#> Class "RLum.Data.Curve", by class "RLum.Data", distance 2
#> Class "RLum.Data.Image", by class "RLum.Data", distance 2
#> Class "RLum.Data.Spectrum", by class "RLum.Data", distance 2