You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
argument model = c("Bailey2001", ..., "Pagonis2007") to determine the quartz model to be used for modelling the sample history
argument sequence = list() inheriting the same keywords and syntax as in model_LuminescenceSignals()
returning an RLum.Results object that contains the trap/hole concentrations after the last step of the sample history
Modification of model_LuminescenceSignals():
argument simulate_samply_history renamed to sample_history (default NULL)
if e.g. model = "Bailey2004" and sample_history = NULL the pre-calculated values provided by the package (see .set_Pars()) of the specified model are used
alternatively, an RLum.Results object returned from model_SampleHistory can be used for argument sample_history
Advantages:
if a user wants to simulate the luminescence signals of sample with a sample history other than the provided ones the sample history has only to be modelled once. This is particularly useful if multiple sequences with changing parameters are used on the same sample history and can save a lot of computation time.
different sample histories can be saved in the R workspace
The text was updated successfully, but these errors were encountered:
That's a very good idea because the problem until now is, that you can't use your own sample history and use the SAR-sequence generator.
This enhancement will be part of package 0.2.0.
New function
model_SampleHistory()
:model = c("Bailey2001", ..., "Pagonis2007")
to determine the quartz model to be used for modelling the sample historysequence = list()
inheriting the same keywords and syntax as inmodel_LuminescenceSignals()
RLum.Results
object that contains the trap/hole concentrations after the last step of the sample historyModification of
model_LuminescenceSignals()
:simulate_samply_history
renamed tosample_history
(defaultNULL
)model = "Bailey2004"
andsample_history = NULL
the pre-calculated values provided by the package (see.set_Pars()
) of the specified model are usedRLum.Results
object returned frommodel_SampleHistory
can be used for argumentsample_history
Advantages:
The text was updated successfully, but these errors were encountered: