-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
114 lines (113 loc) · 3.09 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
# Generated by roxygen2: do not edit by hand
S3method(as.matrix,colour_spec)
S3method(format,colour_spec)
S3method(guide_gengrob,colourcube)
S3method(guide_gengrob,colourrect)
S3method(guide_train,chromatic_guide)
S3method(guide_train,colourbar2)
S3method(guide_train,colourcube)
S3method(guide_train,colourrect)
S3method(pad_nas,default)
S3method(pad_nas,list)
S3method(pad_nas,vexpression)
S3method(rescale,void_channel)
S3method(scale_type,colour_spec)
S3method(vec_cast,colour_spec.colour_spec)
S3method(vec_cast,colour_spec.double)
S3method(vec_cast,vexpression.character)
S3method(vec_cast,vexpression.vexpression)
S3method(vec_cast,vexpression.void_channel)
S3method(vec_cast,void_channel.character)
S3method(vec_cast,void_channel.void_channel)
S3method(vec_cast.character,vexpression)
S3method(vec_cast.character,void_channel)
S3method(vec_ptype2,colour_spec.colour_spec)
S3method(vec_ptype2,colour_spec.double)
S3method(vec_ptype2,vexpression.character)
S3method(vec_ptype2,vexpression.vexpression)
S3method(vec_ptype2,vexpression.void_channel)
S3method(vec_ptype2,void_channel.character)
S3method(vec_ptype2,void_channel.default)
S3method(vec_ptype2,void_channel.logical)
S3method(vec_ptype2,void_channel.void_channel)
S3method(vec_ptype2.character,vexpression)
S3method(vec_ptype2.character,void_channel)
S3method(vec_ptype2.logical,void_channel)
S3method(vec_ptype_abbr,colour_spec)
S3method(vec_ptype_full,colour_spec)
S3method(without_nas,default)
S3method(without_nas,list)
S3method(without_nas,vexpression)
export(chromatic_scale)
export(cmy_palette)
export(cmy_spec)
export(cmyk_palette)
export(cmyk_spec)
export(guide_chromatic)
export(guide_colorcube)
export(guide_colorrect)
export(guide_colourbar2)
export(guide_colourcube)
export(guide_colourrect)
export(hcl_palette)
export(hcl_spec)
export(hsl_palette)
export(hsl_spec)
export(hsv_palette)
export(hsv_spec)
export(lab_palette)
export(lab_spec)
export(lch_palette)
export(lch_spec)
export(oklab_palette)
export(oklab_spec)
export(oklch_palette)
export(oklch_spec)
export(pad_nas)
export(rgb_palette)
export(rgb_spec)
export(scale_color_cmy)
export(scale_color_cmyk)
export(scale_color_hcl)
export(scale_color_hsl)
export(scale_color_hsv)
export(scale_color_lab)
export(scale_color_lch)
export(scale_color_oklab)
export(scale_color_oklch)
export(scale_color_rgb)
export(scale_colour_cmy)
export(scale_colour_cmyk)
export(scale_colour_hcl)
export(scale_colour_hsl)
export(scale_colour_hsv)
export(scale_colour_lab)
export(scale_colour_lch)
export(scale_colour_oklab)
export(scale_colour_oklch)
export(scale_colour_rgb)
export(scale_fill_cmy)
export(scale_fill_cmyk)
export(scale_fill_hcl)
export(scale_fill_hsl)
export(scale_fill_hsv)
export(scale_fill_lab)
export(scale_fill_lch)
export(scale_fill_oklab)
export(scale_fill_oklch)
export(scale_fill_rgb)
export(without_nas)
import(ggplot2)
import(grid)
import(gtable)
import(rlang)
import(scales)
import(vctrs)
importFrom(farver,encode_colour)
importFrom(grDevices,colors)
importFrom(grDevices,rainbow)
importFrom(scales,oob_censor)
importFrom(stats,setNames)
importFrom(utils,head)
importFrom(utils,packageVersion)
importFrom(utils,tail)