| methods_RLumCarlo | R Documentation |
Methods for S3-generics implemented for the package 'RLumCarlo'.
## S3 method for class 'RLumCarlo_Model_Output'
summary(object, verbose = TRUE, ...)
## S3 method for class 'RLumCarlo_Model_Output'
c(...)
object |
list of class RLumCarlo_Model_Output: RLumCarlo simulation output object
produced by all |
verbose |
logical (with default): enable/disable verbose mode |
... |
input objects or further function arguments |
summary(): This function returns a data.frame
c(): function returns a the same as the input objects
Kreutzer, S., Friedrich, J., 2025. methods_RLumCarlo(): methods_RLumCarlo. In: Friedrich, J., Kreutzer, S., Pagonis, V., Schmidt, C., 2025. RLumCarlo: Monte-Carlo Methods for Simulating Luminescence Phenomena. R package version 0.1.10. https://r-lum.github.io/RLumCarlo/
Sebastian Kreutzer, Institute of Geography, Heidelberg University (Germany), Johannes Friedrich, University of Bayreuth (Germany),
##create object
object <- run_MC_TL_DELOC(
s = 3.5e12,
E = 1.45,
R = 0.1,
method = 'seq',
clusters = 100,
times = 150:350)
##summary
summary(object)
##combine
c(objects,objects)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.