TLum.Data.Curve-class: Class '"TLum.Data.Curve"'

Description Usage Arguments Slots Note Author(s)

Description

Class for luminescence curve data.

Usage

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

set_TLum.Data.Curve(recordType, curveType, metadata, temperatures, data, error,
  analysis, .RESERVED)

## S4 method for signature 'ANY'
set_TLum.Data.Curve(recordType, curveType, metadata,
  temperatures, data, error, analysis, .RESERVED)

get_TLum.Data.Curve(object, ref)

## S4 method for signature 'ANY'
get_TLum.Data.Curve(object, ref)

Arguments

object

TLum.Data.Curve: an object of class 'TLum.Data.Curve'.

recordType

character: record type.

curveType

character: curve type

metadata

list: metadata elements.

temperatures

numeric: Object containing numeric vector with temperature data.

data

numeric: Object containing numeric vector with count data

error

numeric: Object containing numeric vector with count data absolute uncertainty.

analysis

list: data produced by analysis function.

.RESERVED

list: Object containing list of undocumented raw values for internal use only.

ref

character: name of the wanted element.

Slots

recordType

character: record type.

curveType

character: curve type

metadata

list: metadata elements.

temperatures

numeric: Object containing numeric vector with temperature data.

data

numeric: Object containing numeric vector with count data

error

numeric: Object containing numeric vector with count data absolute uncertainty.

analysis

list: data produced by analysis function.

.RESERVED

list: Object containing list of undocumented raw values for internal use only.

Note

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

Author(s)

David Strebler


dstreble/TLdating documentation built on May 15, 2019, 4:50 p.m.