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

Description Usage Arguments Slots Note Author(s)

Description

Object class containing analysis data for protocol analysis.

Usage

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

set_TLum.Analysis(records, protocol, history, plotHistory)

## S4 method for signature 'list,ANY,character,list'
set_TLum.Analysis(records, protocol,
  history, plotHistory)

get_TLum.Analysis(object, record.id, recordType, curveType, TLum.type,
  get.index, keep.object = FALSE)

## S4 method for signature 'TLum.Analysis'
get_TLum.Analysis(object, record.id, recordType,
  curveType, TLum.type, get.index, keep.object = FALSE)

Arguments

object

TLum.Analysis: an object of class TLum.Analysis.

records

list: list of TLum.Data.Curve objects

protocol

character: protocol type for analysis object.

history

character: Vector containing the previous modification made on the data set.

plotHistory

list: Data for plotting the evolution of the data set.

record.id

numeric: IDs of specific records.

recordType

character: record type.

curveType

character: curve type.

TLum.type

character: TLum object type.

get.index

logical: return a numeric vector with the index of each element in the TLum.Analysis object.

keep.object

logical: return a TLum.Analysis object.

Slots

protocol

character: Protocol used for the analysis.

records

list: TLum.Data.Curve included in the analysis.

history

character: Vector containing the previous modification made on the data set.

plotHistory

list: Data for plotting the evolution of the data set.

Note

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

Author(s)

David Strebler


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