generated from vimc/vimc.rpkg.template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
37 lines (36 loc) · 1.06 KB
/
NAMESPACE
File metadata and controls
37 lines (36 loc) · 1.06 KB
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
# Generated by roxygen2: do not edit by hand
export(basic_burden_sanity)
export(check_demography_alignment)
export(file_dict_colnames)
export(plot_age_patterns)
export(plot_compare_demography)
export(plot_coverage_set)
export(plot_fvp)
export(plot_global_burden)
export(plot_global_burden_decades)
export(prep_plot_age)
export(prep_plot_burden_decades)
export(prep_plot_coverage_set)
export(prep_plot_demography)
export(prep_plot_fvp)
export(prep_plot_global_burden)
export(theme_vimc)
export(theme_vimc_noxaxis)
export(validate_complete_incoming_files)
export(validate_file_dict_template)
export(validate_template_alignment)
importFrom(ggplot2,'%+replace%')
importFrom(ggplot2,aes)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,label_wrap_gen)
importFrom(ggplot2,labeller)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_distiller)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,vars)
importFrom(rlang,.data)