Luminescence (version 0.8.6)

RLum-class: Class "RLum"

Description

Abstract class for data in the package Luminescence Sublasses are:

Usage

# S4 method for RLum
replicate_RLum(object, times = NULL)

Arguments

object

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

times

integer (optional): number for times each element is repeated element

Methods (by generic)

  • replicate_RLum: Replication method RLum-objects

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 funtion 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

How to cite

Kreutzer, S. (2018). RLum-class(): Class 'RLum'. 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

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
# NOT RUN {
showClass("RLum")

# }

Run the code above in your browser using DataLab