TLum.BIN.File-class: Class '"TLum.BIN.File"'

Description Usage Arguments Slots Note Author(s)

Description

Class for luminescence curves data.

Usage

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

set_TLum.BIN.File(METADATA, DATA, ERROR, .RESERVED)

## S4 method for signature 'data.frame,list,list'
set_TLum.BIN.File(METADATA, DATA, ERROR,
  .RESERVED)

get_TLum.BIN.File(object)

## S4 method for signature 'TLum.BIN.File'
get_TLum.BIN.File(object)

Arguments

object

TLum.BIN.File: an object of class 'TLum.BIN.File'.

METADATA

data.frame: Object containing the meta information for each curve.

DATA

list: Object containing numeric vector with count data.

ERROR

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

.RESERVED

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

Slots

METADATA

data.frame: Object containing the meta information for each curve.

DATA

list: Object containing numeric vector with count data.

ERROR

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

.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 Risoe.BINfileData class from the Luminescence package.

Author(s)

David Strebler


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