Example_Data: Example data

Example_DataR Documentation

Example data

Description

Example data as shipped with Carb by Mauz & Hoffmann (2014). In contrast to the original data, NA values have been replaced by 0 and columns and rows have been transposed. Samples are now organised in rows and parameters in columns.

The data can be used to test 'RCarb' and play with the secondary carbonatisation process. Sample HD107 was renamed to LV107 for the sake of consistency with Fig. 4 in Mauz & Hoffmann (2014).

Format

Example_Data: data.frame (28 x 29)

Each column has two attributes:

  • UNIT: the unit, so far applicable, e.g. "ppm"

  • DESCRIPTION: the column description

Version

0.1.0

Author(s)

Mauz & Hoffmann (2014), with minor modifications by Sebastian Kreutzer,Geography & Earth Sciences, Aberystwyth University (United Kingdom)

References

Mauz, B., Hoffmann, D., 2014. What to do when carbonate replaced water: Carb, the model for estimating the dose rate of carbonate-rich samples. Ancient TL 32, 24-32.

Examples


## show first elements of the example data
data(Example_Data, envir = environment())
head(Example_Data)

##show only column U230
Example_Data$U238


RCarb documentation built on Aug. 9, 2022, 1:05 a.m.