generated from certe-medical-epidemiology/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
53 lines (52 loc) · 1.49 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
# Generated by roxygen2: do not edit by hand
S3method(plot2,antibiogram)
S3method(plot2,bug_drug_combinations)
S3method(plot2,early_warning_cluster)
S3method(plot2,qc_test)
S3method(plot2,sir_df)
export(get_plot_title)
export(plot2)
export(scale_color_certe_c)
export(scale_color_certe_d)
export(scale_colour_certe_c)
export(scale_colour_certe_d)
export(scale_fill_certe_c)
export(scale_fill_certe_d)
importFrom(AMR,ab_name)
importFrom(AMR,as.sir)
importFrom(certestyle,big_mark)
importFrom(certestyle,certe.colours)
importFrom(certestyle,dec_mark)
importFrom(certestyle,format2)
importFrom(dplyr,`%>%`)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n_distinct)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_dodge2)
importFrom(ggplot2,scale_colour_discrete)
importFrom(ggplot2,scale_colour_gradientn)
importFrom(ggplot2,scale_fill_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,unit)
importFrom(plot2,add_line)
importFrom(plot2,add_type)
importFrom(plot2,get_colour)
importFrom(plot2,get_plot_title)
importFrom(plot2,plot2)
importFrom(plot2,register_colour)
importFrom(tidyr,pivot_longer)
importFrom(yaml,read_yaml)