Learn R Programming

Luminescence (version 0.3.1)

writeR2BIN: Export Risoe.BINfileData into Risoe BIN-file

Description

Exports a Risoe.BINfileData object in a *.bin or *.binx file that can be opened by the Analyst software or other Risoe software.

Usage

writeR2BIN(object, file, version, txtProgressBar = TRUE)

Arguments

object
file
version
txtProgressBar

Value

  • Write a binary file.

Details

The structure of the exported binary data follows the data structure published in the Appendices of the Analyst manual p. 42. If LTYPE, DTYPE and LIGHTSOURCE are not of type character, no transformation into numeric values is done.

References

Duller, G., 2007. Analyst.

See Also

readBIN2R, Risoe.BINfileData, writeBin

Examples

Run this code
##uncomment for usage 

##data(ExampleData.BINfileData, envir = environment())
##writeR2BIN(CWOSL.SAR.Data, file="[your path]/output.bin")

Run the code above in your browser using DataLab