read_SEQ2R {RLumModel} | R Documentation |
Parse a Risoe SEQ-file to a sequence neccessary for simulating quartz luminescence
Description
A SEQ-file created by the Risoe Sequence Editor can be imported to simulate the sequence written in the sequence editor.
Usage
read_SEQ2R(file, lab.dose_rate = 1, txtProgressBar = TRUE)
Arguments
file |
|
lab.dose_rate |
|
txtProgressBar |
|
Details
Supported versions: Supppored and tested: version 4.36.
Value
This function returns a list
with the parsed *.seq file and the required steps for
model_LuminescenceSignals
.
Function version
0.1.0
How to cite
Friedrich, J., 2022. read_SEQ2R(): Parse a Risoe SEQ-file to a sequence neccessary for simulating quartz luminescence. Function version 0.1.0. In: Friedrich, J., Kreutzer, S., Schmidt, C., 2022. RLumModel: Solving Ordinary Differential Equations to Understand Luminescence. R package version 0.2.10. https://CRAN.R-project.org/package=RLumModel
Author(s)
Johannes Friedrich, University of Bayreuth (Germany),
References
Riso: Sequence Editor User Manual. Available at: http://www.nutech.dtu.dk/english/-/media/Andre_Universitetsenheder/Nutech/Produkter SequenceEditor.ashx?la=da
See Also
model_LuminescenceSignals
, readLines
Examples
##search "example_SAR_cycle.SEQ" in "extdata" in package "RLumModel"
path <- system.file("extdata", "example_SAR_cycle.SEQ", package="RLumModel")
sequence <- read_SEQ2R(file = path, txtProgressBar = FALSE)