Learn R Programming

Luminescence (version 1.1.2)

RLum.Data.Curve-class: Class "RLum.Data.Curve"

Description

Class for representing luminescence curve data.

Arguments

Slots

recordType

Object of class "character" containing the type of the curve (e.g. "TL" or "OSL").

curveType

Object of class "character" containing curve type, allowed values are "measured" or "predefined".

data

Object of class matrix containing curve x and y data. 'data' can also be of type RLum.Data.Curve to change object values without de-constructing the object. For example:

set_RLum(class = 'RLum.Data.Curve',
         data = Your.RLum.Data.Curve,
         recordType = 'never seen before')

would just change the recordType. Missing arguments the value is taken from the input object in 'data' (which is already an RLum.Data.Curve object in this example).

Create objects from this Class

Objects can be created by calls of the form set_RLum(class = "RLum.Data.Curve", ...).

Class version

0.5.1

Author

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

See Also

RLum, RLum.Data, plot_RLum, merge_RLum

Examples

Run this code

showClass("RLum.Data.Curve")

##set empty curve object
set_RLum(class = "RLum.Data.Curve")

Run the code above in your browser using DataLab