-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
58 lines (57 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
54
55
56
57
58
# Generated by roxygen2: do not edit by hand
export(currency_ch)
export(currency_de)
export(currency_us)
export(demo_number)
export(label_currency_ch)
export(label_currency_de)
export(label_currency_locale)
export(label_currency_us)
export(label_number_ch)
export(label_number_de)
export(label_number_locale)
export(label_number_us)
export(label_percent_ch)
export(label_percent_de)
export(label_percent_locale)
export(label_percent_us)
export(number_ch)
export(number_de)
export(number_us)
export(percent_ch)
export(percent_de)
export(percent_us)
export(scale_x_currency_ch)
export(scale_x_currency_de)
export(scale_x_currency_locale)
export(scale_x_currency_us)
export(scale_x_number_ch)
export(scale_x_number_de)
export(scale_x_number_locale)
export(scale_x_number_us)
export(scale_x_percent_ch)
export(scale_x_percent_de)
export(scale_x_percent_locale)
export(scale_x_percent_us)
export(scale_y_currency_ch)
export(scale_y_currency_de)
export(scale_y_currency_locale)
export(scale_y_currency_us)
export(scale_y_number_ch)
export(scale_y_number_de)
export(scale_y_number_locale)
export(scale_y_number_us)
export(scale_y_percent_ch)
export(scale_y_percent_de)
export(scale_y_percent_locale)
export(scale_y_percent_us)
export(show_locales)
importFrom(ggplot2,ScaleContinuous)
importFrom(ggplot2,ScaleContinuousPosition)
importFrom(ggplot2,continuous_scale)
importFrom(ggplot2,sec_axis)
importFrom(ggplot2,waiver)
importFrom(plyr,round_any)
importFrom(rlang,arg_match)
importFrom(scales,censor)
importFrom(utils,modifyList)