View source: R/read_HeliosOSL2R.R
read_HeliosOSL2R | R Documentation |
Straightforward import of files with the ending .osl
produced
by the zero rad Helios luminescence reader and conversion to RLum.Analysis objects.
read_HeliosOSL2R(file, verbose = TRUE, ...)
file |
character (required): path to file to be imported. Can be a list for further processing |
verbose |
logical (with default): enable/disable output to the terminal. |
... |
not in use, for compatibility reasons only |
RLum.Analysis object
0.1.0
Thanks to Krzysztof Maternicki for providing example data.
Sebastian Kreutzer, Institute of Geography, Heidelberg University (Germany)
RLum.Data.Curve, RLum.Analysis
file <- system.file("extdata/HeliosOSL_Example.osl", package = "Luminescence")
read_HeliosOSL2R(file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.