Learn R Programming

Luminescence (version 1.1.2)

RLum-class: Class "RLum"

Description

Abstract class for data in the package Luminescence Subclasses are:

Arguments

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.

Objects from the Class

A virtual Class: No objects can be created from it.

Class version

0.4.0

Author

Sebastian Kreutzer, Institute of Geography, Heidelberg University (Germany) , RLum Developer Team

Details

RLum-class
|
|----RLum.Data
|----|-- RLum.Data.Curve
|----|-- RLum.Data.Spectrum
|----|-- RLum.Data.Image
|----RLum.Analysis
|----RLum.Results

See Also

RLum.Data, RLum.Data.Curve, RLum.Data.Spectrum, RLum.Data.Image, RLum.Analysis, RLum.Results, methods_RLum

Examples

Run this code

showClass("RLum")

Run the code above in your browser using DataLab