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
)
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
data.frame (required): Component table created by
[OSLdecomposition::RLum.OSL_decomposition]
and per default located
at object@records[[...]]@info$COMPONENTS
.The value of $n[OSL.component]
is set as LnLx
. The value of $n.error[OSL.component]
is set as LnLx.error
data.frame (optional): Component table created by
[OSLdecomposition::RLum.OSL_decomposition]
and per default located at
object@records[[...]]@info$COMPONENTS
. The value of $n[OSL.component]
is set as TnTx
. The value of $n.error[OSL.component]
is set as TnTx.error
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
[OSLdecomposition::RLum.OSL_global_fitting]
or the index of component.
Then '1'
selects the fastest decaying component, '2'
the
second fastest and so on. If not defined, the fastest decaying component is selected.
numeric (with default): allows adding an extra error component
to the final Lx/Tx
error value (e.g., instrumental error).
integer (with default): round numbers to the specified digits.
If digits is set to NULL
nothing is rounded.
0.1.0
Mittelstrass, D., 2024. 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., Philippe, A., Riedesel, S., Autzen, M., Mittelstrass, D., Gray, H.J., Galharret, J., Colombo, M., 2024. Luminescence: Comprehensive Luminescence Dating Data Analysis. R package version 0.9.25. https://r-lum.github.io/Luminescence/
Dirk Mittelstrass , RLum Developer Team
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
RLum.Data.Curve, plot_GrowthCurve, analyse_SAR.CWOSL