| read_SEQ2R | R Documentation |
A SEQ-file created by the Risø Sequence Editor can be imported to simulate the sequence written in the sequence editor.
read_SEQ2R(file, lab.dose_rate = 1, txtProgressBar = TRUE)
file |
character (required): a *.seq file created by the Risø Sequence Editor |
lab.dose_rate |
character (with default): set the dose rate of the radiation source in the laboratory Gy/s. Default: 1 Gy/s |
txtProgressBar |
logical (with default): enables or disables the |
Supported versions: Supported and tested: version 4.36.
This function returns a list with the parsed *.seq file and the required steps for model_LuminescenceSignals.
0.1.1
Friedrich, J., 2025. read_SEQ2R(): Parse a Risø SEQ-file to a sequence necessary for simulating quartz luminescence. Function version 0.1.1. In: Friedrich, J., Kreutzer, S., Schmidt, C., 2025. RLumModel: Solving Ordinary Differential Equations to Understand Luminescence. R package version 0.2.11. 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 %20og%20services/Dosimetri/radiation_measurement_instruments/tl_osl_reader/Manuals/ 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.