-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathNAMESPACE
73 lines (72 loc) · 2.1 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
# Generated by roxygen2: do not edit by hand
export(box_plot_max_weekly_cases)
export(make_figure_2)
export(make_figure_2a)
export(make_figure_3a)
export(make_figure_3b)
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(make_figure_S9)
export(rename_variables_for_plotting)
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,"%>%")
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
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(patchwork,plot_annotation)
importFrom(patchwork,plot_layout)
importFrom(patchwork,plot_spacer)
importFrom(ringbp,detect_extinct)
importFrom(ringbp,extinct_prob)
importFrom(sn,dsn)
importFrom(sn,rsn)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
importFrom(tidyr,unnest)