-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
77 lines (76 loc) · 1.6 KB
/
NAMESPACE
File metadata and controls
77 lines (76 loc) · 1.6 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
75
76
77
# Generated by roxygen2: do not edit by hand
S3method(ggplot_add,LayerRef)
export("%>%")
export(CoordRect)
export(GeomAxis)
export(GeomBagplot)
export(GeomIsoline)
export(GeomLineranges)
export(GeomPointranges)
export(GeomRule)
export(GeomTextRadiate)
export(GeomVector)
export(StatBagplot)
export(StatCenter)
export(StatChull)
export(StatCone)
export(StatDepth)
export(StatDepthFilled)
export(StatPeel)
export(StatReferent)
export(StatRule)
export(StatScale)
export(StatSpantree)
export(StatStar)
export(aes_c)
export(aes_coord)
export(coord_rect)
export(coord_square)
export(depth_median)
export(draw_key_crosslines)
export(draw_key_crosspoint)
export(draw_key_line)
export(geom_axis)
export(geom_bagplot)
export(geom_isoline)
export(geom_lineranges)
export(geom_pointranges)
export(geom_rule)
export(geom_text_radiate)
export(geom_vector)
export(get_aes_coord)
export(is.sync)
export(maxpp)
export(minabspp)
export(minpp)
export(peel_hulls)
export(stat_bagplot)
export(stat_center)
export(stat_chull)
export(stat_cone)
export(stat_depth)
export(stat_depth_filled)
export(stat_peel)
export(stat_referent)
export(stat_rule)
export(stat_scale)
export(stat_spantree)
export(stat_star)
export(sync)
import(ggplot2)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(grDevices,chull)
importFrom(magrittr,"%>%")
importFrom(rlang,"%||%")
importFrom(scales,censor)
importFrom(scales,expand_range)
importFrom(scales,rescale)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unnest)