View source: R/convert_PSL2Risoe.BINfileData.R
convert_PSL2Risoe.BINfileData | R Documentation |
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, ...)
object |
RLum.Analysis (required):
|
... |
currently not used. |
Returns an S4 Risoe.BINfileData object that can be used to write a BIN file using write_R2BIN.
0.0.1
Christoph Burow, University of Cologne (Germany)
RLum.Analysis, RLum.Data.Curve, Risoe.BINfileData
# (1) load and plot example data set
data("ExampleData.portableOSL", envir = environment())
plot_RLum(ExampleData.portableOSL)
# (2) merge all RLum.Analysis objects into one
merged <- merge_RLum(ExampleData.portableOSL)
merged
# (3) convert to RisoeBINfile object
bin <- convert_PSL2Risoe.BINfileData(merged)
bin
# (4) write Risoe BIN file
## Not run:
write_R2BIN(bin, "~/portableOSL.binx")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.