View source: R/convert_RLum2Risoe.BINfileData.R
convert_RLum2Risoe.BINfileData | R Documentation |
The functions converts RLum.Analysis and RLum.Data.Curve objects (or a list of such objects) to Risoe.BINfileData objects. The function intends to provide a minimum of compatibility between both formats. The created RLum.Analysis object can be later exported to a BIN-file using function write_R2BIN.
convert_RLum2Risoe.BINfileData(object, keep.position.number = FALSE)
object |
RLum.Analysis or RLum.Data.Curve (required): input object to be converted |
keep.position.number |
logical (with default): keeps the original position number or re-calculate the numbers to avoid doubling |
The function returns a Risoe.BINfileData object.
0.1.4
The conversion can be never perfect. The RLum
objects may contain information which are
not part of the Risoe.BINfileData definition.
Sebastian Kreutzer, Institute of Geography, Heidelberg University (Germany)
RLum.Analysis, RLum.Data.Curve, write_R2BIN
##simple conversion using the example dataset
data(ExampleData.RLum.Analysis, envir = environment())
convert_RLum2Risoe.BINfileData(IRSAR.RF.Data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.