Convert portable OSL data to a Risoe.BINfileData object
Convert portable OSL data to a Risoe.BINfileData object
Converts an RLum.Analysis object produced by the function read_PSL2R() to a Risoe.BINfileData object (BETA) .
This function converts an RLum.Analysis object that was produced by the read_PSL2R function to a Risoe.BINfileData . The Risoe.BINfileData can be used to write a Risoe BIN file via write_R2BIN .
convert_PSL2Risoe.BINfileData(object,...)
Arguments
object: RLum.Analysis (required ): RLum.Analysis object produced by read_PSL2R
...: currently not used.
Returns
Returns an S4 Risoe.BINfileData object that can be used to write a BIN file using write_R2BIN .
Function version
0.0.1
Examples
# (1) load and plot example data setdata("ExampleData.portableOSL", envir = environment())plot_RLum(ExampleData.portableOSL)# (2) merge all RLum.Analysis objects into onemerged <- merge_RLum(ExampleData.portableOSL)merged
# (3) convert to RisoeBINfile objectbin <- convert_PSL2Risoe.BINfileData(merged)bin
# (4) write Risoe BIN file## Not run:write_R2BIN(bin,"~/portableOSL.binx")## End(Not run)
Christoph Burow, University of Cologne (Germany) , RLum Developer Team
How to cite
Burow, C., 2025. convert_PSL2Risoe.BINfileData(): Convert portable OSL data to a Risoe.BINfileData object. Function version 0.0.1. 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/