-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
51 lines (50 loc) · 916 Bytes
/
Copy pathNAMESPACE
File metadata and controls
51 lines (50 loc) · 916 Bytes
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
# Generated by roxygen2: do not edit by hand
export(add_alttext_plus)
export(add_shape_plus)
export(direct_labels_plus)
export(geom_jitter_plus)
export(geom_point_plus)
export(geom_point_plus_shapes)
export(ggplotplus_to_cowplot)
export(ggplotplus_to_patchwork)
export(gridlines_plus)
export(icon_array_plus)
export(scale_continuous_plus)
export(scale_focus_plus)
export(theme_plus)
export(yaxis_title_plus)
import(ggplot2)
importFrom(dplyr,
"%>%",
across,
all_of,
any_of,
group_by,
if_else,
mutate,
select,
slice_max,
slice_min,
ungroup
)
importFrom(ggplot2,
class_ggplot,
ggplot_build,
ggplot_gtable,
update_ggplot
)
importFrom(grDevices,gray.colors)
importFrom(polyclip,polyclip)
importFrom(rlang,
"%||%",
.data,
is_named,
list2
)
importFrom(scales,
pal_viridis,
pretty_breaks
)
importFrom(stats,median)
importFrom(utils,globalVariables)
importFrom(viridisLite,viridis)