-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathNAMESPACE
52 lines (51 loc) · 1.28 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
51
52
# Generated by roxygen2: do not edit by hand
export(AL_params)
export(DHA_PQP_params)
export(SP_AQ_params)
export(arab_params)
export(create_pev_profile)
export(fun_params)
export(gamb_params)
export(get_correlation_parameters)
export(get_init_carrying_capacity)
export(get_parameters)
export(parameterise_mosquito_equilibrium)
export(parameterise_total_M)
export(peak_season_offset)
export(r21_booster_profile)
export(r21_profile)
export(rtss_booster_profile)
export(rtss_profile)
export(run_metapop_simulation)
export(run_resumable_simulation)
export(run_simulation)
export(run_simulation_with_repetitions)
export(set_antimalarial_resistance)
export(set_bednets)
export(set_carrying_capacity)
export(set_clinical_treatment)
export(set_demography)
export(set_drugs)
export(set_epi_outputs)
export(set_equilibrium)
export(set_mass_pev)
export(set_mda)
export(set_parameter_draw)
export(set_pev_epi)
export(set_pmc)
export(set_smc)
export(set_species)
export(set_spraying)
export(set_tbv)
export(steph_params)
importFrom(MASS,mvrnorm)
importFrom(Rcpp,sourceCpp)
importFrom(stats,qnorm)
importFrom(stats,rbinom)
importFrom(stats,rexp)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,uniroot)
importFrom(stats,weighted.mean)
useDynLib(malariasimulation, .registration = TRUE)