-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
75 lines (74 loc) · 2.08 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# Generated by roxygen2: do not edit by hand
export(case_match_graphs)
export(combine_multichain)
export(convert_model_output_combine_by_age)
export(convert_model_output_tidy)
export(create_map)
export(data_match_multi)
export(data_match_single)
export(display_multichain_progress)
export(get_FOI_R0_dist_data)
export(get_mcmc_FOI_R0_data)
export(get_mcmc_FOI_R0_multichain)
export(get_mcmc_additional_params_multichain)
export(get_mcmc_data)
export(get_mcmc_datasets_multichain)
export(get_mcmc_enviro_coeff_data)
export(get_mcmc_enviro_coeff_multichain)
export(get_mcmc_params)
export(map_shapes_load)
export(mcmc_R0_value_probs)
export(plot_mcmc_FOI_R0_data)
export(plot_mcmc_enviro_coeff_data)
export(plot_mcmc_prob_data)
export(plot_model_output)
export(plot_region_input_data)
export(sero_match_graphs)
export(truncate_mcmc_data)
import(YEP)
importFrom(Rmisc,CI)
importFrom(assertthat,assert_that)
importFrom(coda,gelman.diag)
importFrom(coda,gelman.plot)
importFrom(coda,mcmc)
importFrom(coda,mcmc.list)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_violin)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(grDevices,tiff)
importFrom(graphics,axis)
importFrom(graphics,image)
importFrom(graphics,legend)
importFrom(graphics,matplot)
importFrom(graphics,par)
importFrom(graphics,title)
importFrom(sf,read_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_geometry)
importFrom(sf,st_sf)
importFrom(stats,cov)
importFrom(stats,dexp)
importFrom(stats,dnbinom)
importFrom(stats,dnorm)
importFrom(stats,median)
importFrom(stats,prop.test)
importFrom(stats,rbinom)
importFrom(stats,runif)
importFrom(stats,var)
importFrom(utils,read.csv)
importFrom(utils,write.csv)