Luminescence (version 0.8.6)

convert_RLum2Risoe.BINfileData: Converts RLum.Analysis-objects and RLum.Data.Curve-objects to RLum2Risoe.BINfileData-objects

Description

The functions converts '>RLum.Analysis and '>RLum.Data.Curve objects and a list of those to '>Risoe.BINfileData objects. The funtion intends to provide a minimum of compatiblility between both formats. The created '>RLum.Analysis object can be later exported to a BIN-file using the function write_R2BIN.

Usage

convert_RLum2Risoe.BINfileData(object)

Arguments

object

'>RLum.Analysis or '>RLum.Data.Curve (required): input object to be converted

Value

The function returns a '>Risoe.BINfileData object.

Function version

0.1.2 (2018-10-03 19:36:42)

How to cite

Kreutzer, S. (2018). convert_RLum2Risoe.BINfileData(): Converts RLum.Analysis-objects and RLum.Data.Curve-objects to RLum2Risoe.BINfileData-objects. Function version 0.1.2. In: Kreutzer, S., Burow, C., Dietze, M., Fuchs, M.C., Schmidt, C., Fischer, M., Friedrich, J. (2018). Luminescence: Comprehensive Luminescence Dating Data Analysis. R package version 0.8.6. https://CRAN.R-project.org/package=Luminescence

See Also

'>RLum.Analysis, '>RLum.Data.Curve, write_R2BIN

Examples

Run this code
# NOT RUN {
##simple conversion using the example dataset
data(ExampleData.RLum.Analysis, envir = environment())
convert_RLum2Risoe.BINfileData(IRSAR.RF.Data)

# }

Run the code above in your browser using DataLab