-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
74 lines (73 loc) · 1.7 KB
/
NAMESPACE
File metadata and controls
74 lines (73 loc) · 1.7 KB
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
# Generated by roxygen2: do not edit by hand
S3method(drop_data,default)
S3method(drop_data,ggplot)
S3method(drop_data,patchwork)
S3method(head,colors)
S3method(print,ChineseColors)
S3method(print,colors)
S3method(print,thisplot_logo)
S3method(slim_data,default)
S3method(slim_data,ggplot)
S3method(slim_data,patchwork)
export(Blend2Color)
export(BlendRGBList)
export(ChineseColors)
export(GraphPlot)
export(RGBA2RGB)
export(StatPlot)
export(add_grob)
export(adjcolors)
export(adjustlayout)
export(annotation_block_fill_graphics)
export(annotation_block_graphics)
export(annotation_graphics)
export(as_grob)
export(as_gtable)
export(blendcolors)
export(build_heatmap_annotation)
export(build_patchwork)
export(cluster_within_group2)
export(col2hex)
export(compute_velocity_on_grid)
export(drop_data)
export(extractgrobs)
export(geom_alluvial)
export(geom_alluvial_label)
export(geom_alluvial_text)
export(geom_sankey)
export(geom_sankey_bump)
export(geom_sankey_label)
export(geom_sankey_text)
export(get_chinese_palettes)
export(get_colors)
export(get_legend)
export(get_vars)
export(grid_draw)
export(heatmap_fixsize)
export(heatmap_rendersize)
export(make_long)
export(mestimate)
export(normalize_drawable)
export(palette_colors)
export(panel_fix)
export(panel_fix_overall)
export(patchwork_grob)
export(segements_df)
export(show_palettes)
export(simple_colors)
export(slim_data)
export(standardise)
export(theme_alluvial)
export(theme_blank)
export(theme_sankey)
export(theme_sankey_bump)
export(theme_this)
export(thisplot_logo)
export(visual_colors)
import(ggplot2)
import(thisutils)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,rgb)
importFrom(grDevices,rgb2hsv)
importFrom(utils,head)