-
Notifications
You must be signed in to change notification settings - Fork 11
/
NAMESPACE
50 lines (49 loc) · 1.26 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Generated by roxygen2: do not edit by hand
export(DAISIE_CS_max_steps)
export(DAISIE_ExpEIN)
export(DAISIE_IC)
export(DAISIE_IW_num_threads)
export(DAISIE_ML)
export(DAISIE_ML_CS)
export(DAISIE_ML_IW)
export(DAISIE_MW_ML)
export(DAISIE_SR_ML)
export(DAISIE_SR_ML_CS)
export(DAISIE_SR_loglik_CS)
export(DAISIE_SR_loglik_all)
export(DAISIE_abm_factor)
export(DAISIE_convertprobdist)
export(DAISIE_count_species)
export(DAISIE_dataprep)
export(DAISIE_loglik_CS)
export(DAISIE_loglik_IW)
export(DAISIE_loglik_all)
export(DAISIE_margprobdist)
export(DAISIE_numcol)
export(DAISIE_plot_age_diversity)
export(DAISIE_plot_input)
export(DAISIE_plot_island)
export(DAISIE_plot_sims)
export(DAISIE_probdist)
export(DAISIE_sim)
export(DAISIE_sim_MW)
export(DAISIE_sim_cr)
export(DAISIE_sim_cr_shift)
export(DAISIE_sim_relaxed_rate)
export(DAISIE_sim_time_dep)
export(DAISIE_sim_trait_dep)
export(DAISIE_sim_trait_dep_2K)
export(create_CS_version)
export(create_area_pars)
export(create_hyper_pars)
export(create_pars)
export(create_trait_pars)
export(create_trait_pars_2K)
export(daisie_odeint_cs)
export(daisie_odeint_iw)
import(Rcpp)
importFrom(doParallel,registerDoParallel)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(magrittr,"%>%")
useDynLib(DAISIE, .registration = TRUE)