ExampleData.BINfileData: Example data from a SAR OSL measurement for package Luminescence
Description
Example data from a SAR OSL measurement for package Luminescence diretly extracted from
a Risoe BIN file and provided in an object of type Risoe.BINfileData-class
Usage
ExampleData.BINfileData
Arguments
format
Class object containing two slots: (a) METADATA is a data.frame with all metadata
stored in the BIN file of the measurements and (b) DATA contains a list of vectors of the measured data
(usually count values).
source
ll{
Lab: Luminescence Laboratory Bayreuth
Lab-Code: BT607
Location: Saxony/Germany
Material: Middle grain quartz measured on aluminum cups on a Risoe DA-15 reader
}
##show first 5 elements of the METADATA and DATA elements in the terminaldata(ExampleData.BINfileData)
BINfileData@METADATA[1:5,]
BINfileData@DATA[1:5]