-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
89 lines (88 loc) · 2.45 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# Generated by roxygen2: do not edit by hand
export("%>%")
export(box_plot_max_weekly_cases)
export(detect_extinct)
export(dist_setup)
export(extinct_prob)
export(inf_fn)
export(make_figure3b)
export(make_figure_2)
export(make_figure_2a)
export(make_figure_3a)
export(make_figure_4)
export(make_figure_S1)
export(make_figure_S2)
export(make_figure_S3)
export(make_figure_S4)
export(make_figure_S6)
export(make_figure_S7)
export(outbreak_model)
export(outbreak_setup)
export(outbreak_step)
export(parameter_sweep)
export(rename_variables_for_plotting)
export(scenario_sim)
export(sub_plot)
importFrom(cowplot,panel_border)
importFrom(cowplot,theme_cowplot)
importFrom(cowplot,theme_minimal_hgrid)
importFrom(data.table,data.table)
importFrom(data.table,rbindlist)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,sample_frac)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(furrr,future_map)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_discrete)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_colour_brewer)
importFrom(ggplot2,scale_fill_brewer)
importFrom(ggplot2,scale_fill_discrete)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,stat_summary)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,vars)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggrepel,geom_label_repel)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(patchwork,plot_annotation)
importFrom(patchwork,plot_layout)
importFrom(patchwork,plot_spacer)
importFrom(purrr,map2)
importFrom(purrr,map2_dbl)
importFrom(purrr,map_lgl)
importFrom(purrr,partial)
importFrom(purrr,rbernoulli)
importFrom(purrr,safely)
importFrom(sn,dsn)
importFrom(sn,rsn)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
importFrom(tidyr,nest)
importFrom(tidyr,unnest)