-
Notifications
You must be signed in to change notification settings - Fork 15
/
NAMESPACE
52 lines (51 loc) · 1.41 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
# Generated by roxygen2: do not edit by hand
S3method(ggplot_add,fruit_plot)
S3method(ggplot_add,layer_fruits)
export("%>%")
export(PositionJitterdodgex)
export(PositionJitterx)
export(fruit_plot)
export(geom_fruit)
export(geom_fruit_list)
export(ggplot_add)
export(position_dodgex)
export(position_dodgex2)
export(position_identityx)
export(position_jitterdodgex)
export(position_jitterx)
export(position_points_jitterx)
export(position_points_sinax)
export(position_raincloudx)
export(position_stackx)
export(td_filter)
export(td_unnest)
importFrom(cli,cli_abort)
importFrom(ggnewscale,new_scale_color)
importFrom(ggplot2,Position)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,flip_data)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot_add)
importFrom(ggplot2,ggproto)
importFrom(ggplot2,has_flipped_aes)
importFrom(ggplot2,remove_missing)
importFrom(ggplot2,scale_color_manual)
importFrom(ggtree,td_filter)
importFrom(ggtree,td_unnest)
importFrom(magrittr,"%>%")
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,get_env)
importFrom(rlang,get_expr)
importFrom(rlang,quo_get_expr)
importFrom(rlang,quo_name)
importFrom(rlang,quo_text)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(tidytree,as.treedata)
importFrom(utils,getFromNamespace)
importFrom(utils,modifyList)
importFrom(utils,packageDescription)