R/calc_OSLLxTxDecomposed.R
calc_OSLLxTxDecomposed.Rd
Calculate Lx/Tx
ratios from a given set of decomposed
CW-OSL curves decomposed by [OSLdecomposition::RLum.OSL_decomposition]
calc_OSLLxTxDecomposed( Lx.data, Tx.data = NULL, OSL.component = 1L, sig0 = 0, digits = NULL )
Lx.data | data.frame (required): Component table created by
|
---|---|
Tx.data | data.frame (optional): Component table created by
|
OSL.component | integer or character (optional):
a single index or a name describing which OSL signal component shall be evaluated.
This argument can either be the name of the OSL component assigned by
|
sig0 | numeric (with default): allows adding an extra error component
to the final |
digits | integer (with default): round numbers to the specified digits.
If digits is set to |
Returns an S4 object of type RLum.Results.
Slot data
contains a list with the following structure:
@data
$LxTx.table (data.frame) .. $ LnLx .. $ TnTx .. $ Net_LnLx .. $ Net_LnLx.Error .. $ Net_TnTx .. $ Net_TnTx.Error .. $ LxTx .. $ LxTx.relError .. $ LxTx.Error
0.1.0
Mittelstrass, D., 2021. calc_OSLLxTxDecomposed(): Calculate Lx/Tx ratio for decomposed CW-OSL signal components. Function version 0.1.0. In: Kreutzer, S., Burow, C., Dietze, M., Fuchs, M.C., Schmidt, C., Fischer, M., Friedrich, J., Mercier, N., Riedesel, S., Autzen, M., Mittelstrass, D., Gray, H.J., 2021. Luminescence: Comprehensive Luminescence Dating Data Analysis. R package version 0.9.11. https://CRAN.R-project.org/package=Luminescence
Mittelstrass D., Schmidt C., Beyer J., Straessner A., 2019.
Automated identification and separation of quartz CW-OSL signal components with R.
talk presented at DLED 2019, Bingen, Germany
http://luminescence.de/OSLdecomp_talk.pdf
Dirk Mittelstrass , RLum Developer Team