Learn R Programming

RCarb (version 0.1.7)

Example_Data: 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).

Arguments

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

Mauz & Hoffmann (2014), with minor modifications by Sebastian Kreutzer, Institute of Geography, Heidelberb University (Germany)

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. tools:::Rd_expr_doi("10.26034/la.atl.2014.481")

Examples

Run this code

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

##show only column U230
Example_Data$U238

Run the code above in your browser using DataLab