powered by
Methods for S3-generics implemented for the package 'RLumCarlo'.
# S3 method for RLumCarlo_Model_Output summary(object, verbose = TRUE, ...)# S3 method for RLumCarlo_Model_Output c(...)
# S3 method for RLumCarlo_Model_Output c(...)
summary(): This function returns a data.frame
summary()
c(): function returns a the same as the input objects
c()
list of class RLumCarlo_Model_Output: RLumCarlo simulation output object produced by all run_ functions
run_
logical (with default): enable/disable verbose mode
input objects or further function arguments
Sebastian Kreutzer, Institute of Geography, Heidelberg University (Germany), Johannes Friedrich, University of Bayreuth (Germany),
Kreutzer, S., Friedrich, J., 2022. methods_RLumCarlo(): methods_RLumCarlo. In: Friedrich, J., Kreutzer, S., Pagonis, V., Schmidt, C., 2022. RLumCarlo: Monte-Carlo Methods for Simulating Luminescence Phenomena. R package version 0.1.9. https://CRAN.R-project.org/package=RLumCarlo
##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)
Run the code above in your browser using DataLab