-
Notifications
You must be signed in to change notification settings - Fork 10
/
NAMESPACE
32 lines (31 loc) · 904 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(get_nhs_colour_tints)
export(get_nhs_colours)
export(get_nhs_palette)
export(scale_colour_nhs)
export(scale_fill_nhs)
export(show_nhs_theme_colour_tints)
export(show_nhs_theme_colours)
export(theme_nhs)
import(ggplot2)
importFrom(dplyr,"%>%")
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,row_number)
importFrom(dplyr,tibble)
importFrom(ggplot2,discrete_scale)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,margin)
importFrom(ggplot2,scale_color_gradientn)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfr)
importFrom(purrr,map_lgl)
importFrom(purrr,set_names)
importFrom(scales,percent)