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
Kreutzer, S., 2025. read_HeliosOSL2R(): Import Luminescence Data from Helios Luminescence Reader. Function version 0.1.0. In: Kreutzer, S., Burow, C., Dietze, M., Fuchs, M.C., Schmidt, C., Fischer, M., Friedrich, J., Mercier, N., Philippe, A., Riedesel, S., Autzen, M., Mittelstrass, D., Gray, H.J., Galharret, J., Colombo, M., Steinbuch, L., Boer, A.d., 2025. Luminescence: Comprehensive Luminescence Dating Data Analysis. R package version 1.0.1. https://r-lum.github.io/Luminescence/
Thanks to Krzysztof Maternicki for providing example data.
Sebastian Kreutzer, Institute of Geography, Heidelberg University (Germany) , RLum Developer Team
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.