Risoe.BINfileData2RLum.Analysis(object, pos = NULL, grain = NULL, run = NULL, set = NULL, ltype = NULL, dtype = NULL, protocol = "unknown", keep.empty = TRUE, txtProgressBar = FALSE)
Risoe.BINfileData
(required):
Risoe.BINfileData
objectnumeric
(optional): position number of the
Risoe.BINfileData
object for which the curves are stored in the
RLum.Analysis
object. If length(position)>1
a list of RLum.Analysis
objects
is returned. If nothing is provided every position will be converted. If the position is not valid NA
is
returned.character
(optional): sets protocol type for
analysis object. Value may be used by subsequent analysis functions.logical
(with default): If TRUE
(default)
an RLum.Analysis
object is returned even if it does not contain any
records. Set to FALSE
to discard all empty objects.txtProgressBar
.RLum.Analysis
object.
RLum.Analysis
object requires a set of curves for
specific further protocol analyses. However, the
Risoe.BINfileData
usually contains a set of curves for
different aliquots and different protocol types that may be mixed up.
Therefore, a conversion is needed.
Risoe.BINfileData
, RLum.Analysis
, read_BIN2R
##load data
data(ExampleData.BINfileData, envir = environment())
##convert values for position 1
Risoe.BINfileData2RLum.Analysis(CWOSL.SAR.Data, pos = 1)
Run the code above in your browser using DataLab