-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
39 lines (38 loc) · 1.06 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
# Generated by roxygen2: do not edit by hand
export(import_inter)
export(ios_dark_pal)
export(ios_gray_dark_pal)
export(ios_gray_light_pal)
export(ios_light_pal)
export(macos_dark_pal)
export(macos_light_pal)
export(scale_colour_ios_dark)
export(scale_colour_ios_gray_dark)
export(scale_colour_ios_gray_light)
export(scale_colour_ios_light)
export(scale_colour_macos_dark)
export(scale_colour_macos_light)
export(scale_colour_watchos_dark)
export(scale_fill_ios_dark)
export(scale_fill_ios_gray_dark)
export(scale_fill_ios_gray_light)
export(scale_fill_ios_light)
export(scale_fill_macos_dark)
export(scale_fill_macos_light)
export(scale_fill_watchos_dark)
export(sf_set_custom_font)
export(sf_set_inter)
export(theme_sf_dark)
export(theme_sf_light)
export(watchos_dark_pal)
import(extrafont)
import(ggplot2)
import(scales)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,margin)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,update_geom_defaults)