-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
35 lines (34 loc) · 909 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Generated by roxygen2: do not edit by hand
S3method(c,RLumCarlo_Model_Output)
S3method(summary,RLumCarlo_Model_Output)
export(create_ClusterSystem)
export(plot_RLumCarlo)
export(run_MC_CW_IRSL_LOC)
export(run_MC_CW_IRSL_TUN)
export(run_MC_CW_OSL_DELOC)
export(run_MC_ISO_DELOC)
export(run_MC_ISO_LOC)
export(run_MC_ISO_TUN)
export(run_MC_LM_OSL_DELOC)
export(run_MC_LM_OSL_LOC)
export(run_MC_LM_OSL_TUN)
export(run_MC_TL_DELOC)
export(run_MC_TL_LOC)
export(run_MC_TL_TUN)
import(doParallel)
import(foreach)
import(magrittr)
import(methods)
import(parallel)
importFrom(Rcpp,evalCpp)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,rainbow)
importFrom(graphics,grid)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,polygon)
importFrom(utils,modifyList)
useDynLib(RLumCarlo, .registration = TRUE)