read_SEQ2R | R Documentation |
A SEQ-file created by the Risoe Sequence Editor can be imported to simulate the sequence written in the sequence editor.
read_SEQ2R(file, lab.dose_rate = 1, txtProgressBar = TRUE)
file |
|
lab.dose_rate |
|
txtProgressBar |
|
Supported versions: Supppored and tested: version 4.36.
This function returns a list
with the parsed *.seq file and the required steps for
model_LuminescenceSignals
.
0.1.0
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
Johannes Friedrich, University of Bayreuth (Germany),
Riso: Sequence Editor User Manual. Available at: http://www.nutech.dtu.dk/english/-/media/Andre_Universitetsenheder/Nutech/Produkter SequenceEditor.ashx?la=da
model_LuminescenceSignals
, readLines
##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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.