TLum.Results-class: Class '"TLum.Results"'

Description Usage Arguments Slots Note Author(s)

Description

Object class contains results data from functions.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## S4 method for signature 'TLum.Results'
show(object)

set_TLum.Results(originator, data, plotData)

## S4 method for signature 'ANY,list'
set_TLum.Results(originator, data, plotData)

get_TLum.Results(object, ref)

## S4 method for signature 'TLum.Results'
get_TLum.Results(object, ref)

Arguments

object

TLum.Results: object to be evaluated.

originator

character: : contains the name of the calling function.

data

list: the data to be stored in the object.

plotData

list: a list containing the data required for plotting.

ref

character: name of the 'data' slot to be returned.

Slots

originator

character: contains the name of the calling function (the function that produces this object).

data

list: a list containing the data to be stored in the object.

plotData

list: a list containing the data required for plotting.

Note

The code and the structure of this class is based on the RLum.Results class from the Luminescence package.

Author(s)

David Strebler


TLdating documentation built on May 2, 2019, 9:26 a.m.