## short example
run_MC_LM_OSL_LOC(
A = 1,
times = 0:40,
clusters = 10,
n_filled = 100,
r = 1e-7,
method = "seq",
output = "signal") %>%
plot_RLumCarlo(legend = TRUE)
if (FALSE) {
## the long (meaningful) example
results <- run_MC_LM_OSL_LOC(
A = 1,
times = 0:100,
clusters = 100,
n_filled = 100,
r = 1e-7,
method = "par",
output = "signal")
## plot
plot_RLumCarlo(results, legend = TRUE)
}
Run the code above in your browser using DataLab