forked from r-lib/scales
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
167 lines (166 loc) · 3.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
# Generated by roxygen2: do not edit by hand
S3method(fullseq,Date)
S3method(fullseq,POSIXt)
S3method(fullseq,difftime)
S3method(fullseq,numeric)
S3method(lines,trans)
S3method(plot,trans)
S3method(print,trans)
S3method(rescale,"NULL")
S3method(rescale,Date)
S3method(rescale,POSIXt)
S3method(rescale,dist)
S3method(rescale,integer64)
S3method(rescale,logical)
S3method(rescale,numeric)
S3method(rescale_mid,"NULL")
S3method(rescale_mid,Date)
S3method(rescale_mid,POSIXt)
S3method(rescale_mid,dist)
S3method(rescale_mid,integer64)
S3method(rescale_mid,logical)
S3method(rescale_mid,numeric)
S3method(round_any,POSIXct)
S3method(round_any,numeric)
export(ContinuousRange)
export(DiscreteRange)
export(Range)
export(abs_area)
export(alpha)
export(area_pal)
export(as.trans)
export(asn_trans)
export(atanh_trans)
export(boxcox_trans)
export(breaks_extended)
export(breaks_log)
export(breaks_pretty)
export(breaks_width)
export(brewer_pal)
export(cbreaks)
export(censor)
export(col2hcl)
export(col_bin)
export(col_factor)
export(col_numeric)
export(col_quantile)
export(colour_ramp)
export(comma)
export(comma_format)
export(cscale)
export(date_breaks)
export(date_format)
export(date_trans)
export(demo_continuous)
export(demo_datetime)
export(demo_discrete)
export(demo_log10)
export(demo_time)
export(dichromat_pal)
export(discard)
export(div_gradient_pal)
export(dollar)
export(dollar_format)
export(dscale)
export(exp_trans)
export(expand_range)
export(extended_breaks)
export(format_format)
export(fullseq)
export(gradient_n_pal)
export(grey_pal)
export(hms_trans)
export(hue_pal)
export(identity_pal)
export(identity_trans)
export(is.trans)
export(label_bytes)
export(label_comma)
export(label_date)
export(label_date_short)
export(label_dollar)
export(label_math)
export(label_number)
export(label_number_auto)
export(label_number_si)
export(label_ordinal)
export(label_parse)
export(label_percent)
export(label_pvalue)
export(label_scientific)
export(label_time)
export(label_wrap)
export(linetype_pal)
export(log10_trans)
export(log1p_trans)
export(log2_trans)
export(log_breaks)
export(log_trans)
export(logit_trans)
export(manual_pal)
export(math_format)
export(minor_breaks_n)
export(minor_breaks_width)
export(modulus_trans)
export(muted)
export(number)
export(number_bytes)
export(number_bytes_format)
export(number_format)
export(oob_censor)
export(oob_censor_any)
export(oob_discard)
export(oob_keep)
export(oob_squish)
export(oob_squish_any)
export(oob_squish_infinite)
export(ordinal)
export(ordinal_english)
export(ordinal_format)
export(ordinal_french)
export(ordinal_spanish)
export(parse_format)
export(percent)
export(percent_format)
export(pretty_breaks)
export(probability_trans)
export(probit_trans)
export(pseudo_log_trans)
export(pvalue)
export(pvalue_format)
export(reciprocal_trans)
export(regular_minor_breaks)
export(rescale)
export(rescale_max)
export(rescale_mid)
export(rescale_none)
export(rescale_pal)
export(reverse_trans)
export(scientific)
export(scientific_format)
export(seq_gradient_pal)
export(shape_pal)
export(show_col)
export(sqrt_trans)
export(squish)
export(squish_infinite)
export(time_format)
export(time_trans)
export(train_continuous)
export(train_discrete)
export(trans_breaks)
export(trans_format)
export(trans_new)
export(trans_range)
export(unit_format)
export(viridis_pal)
export(wrap_format)
export(yj_trans)
export(zero_range)
importFrom(R6,R6Class)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(lifecycle,deprecate_soft)
importFrom(munsell,mnsl)