View source: R/Risoe.BINfileData2RLum.Analysis.R
Risoe.BINfileData2RLum.Analysis | R Documentation |
Converts values from one specific position of a Risoe.BINfileData S4-class object to an RLum.Analysis object.
The 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.BINfileData2RLum.Analysis(
object,
pos = NULL,
grain = NULL,
run = NULL,
set = NULL,
ltype = NULL,
dtype = NULL,
protocol = "unknown",
keep.empty = TRUE,
txtProgressBar = FALSE
)
object |
Risoe.BINfileData (required):
|
pos |
numeric (optional): position number of the |
grain |
vector, numeric (optional):
grain number from the measurement to limit the converted data set
(e.g., |
run |
vector, numeric (optional):
run number from the measurement to limit the converted data set
(e.g., |
set |
vector, numeric (optional):
set number from the measurement to limit the converted data set
(e.g., |
ltype |
vector, character (optional):
curve type to limit the converted data. Commonly allowed values are:
|
dtype |
vector, character (optional): data type to limit the converted data. Commonly allowed values are listed in Risoe.BINfileData |
protocol |
character (optional): sets protocol type for analysis object. Value may be used by subsequent analysis functions. |
keep.empty |
logical (with default):
If |
txtProgressBar |
logical (with default): enable/disable the progress bar. |
Returns an RLum.Analysis object.
0.4.3
The protocol
argument of the RLum.Analysis
object is set to 'unknown' if not stated otherwise.
Sebastian Kreutzer, Institute of Geography, Heidelberg University (Germany)
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.