-
Notifications
You must be signed in to change notification settings - Fork 14
/
NAMESPACE
102 lines (102 loc) · 2.38 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
exportPattern("^[[:alpha:]]+")
S3method("+",gg)
S3method(print,ggtern)
S3method(print,ggplot)
import(ggplot2)
import(grid)
import(gtable)
import(plyr)
import(proto)
import(reshape2)
import(scales)
import(polyclip)
importFrom(sp,point.in.polygon)
importFrom("MASS","kde2d")
importFrom("MASS","bandwidth.nrd")
importFrom("grDevices", "dev.off")
importFrom("graphics", "par")
importFrom("stats", "dnorm", "na.omit", "qchisq")
importFrom("utils", "capture.output", "packageVersion")
export(unit)
export("%+%")
export("%+replace%")
export(arrow)
export(element_ternary)
export(ggplot_build)
export(ggtern)
export(ifthenelse)
export(limit_tern)
export(limits_tern)
export(tern_limit)
export(tern_limits)
export(percent_atomic)
export(percent_custom)
export(percent_weight)
export(scale_L_continuous)
export(scale_R_continuous)
export(scale_T_continuous)
export(stat_density_tern)
export(geom_density_tern)
export(geom_interpolate_tern)
export(stat_interpolate_tern)
export(geom_smooth)
export(geom_confidence)
export(geom_errorbarT)
export(geom_errorbarL)
export(geom_errorbarR)
export(geom_polygon_tern)
export(theme_noarrows)
export(theme_showarrows)
export(theme_hidearrows)
export(theme_tern_bw)
export(theme_tern_gray)
export(theme_tern_rgbg)
export(theme_tern_rgbw)
export(theme_minimal)
export(theme_classic)
export(theme_bw)
export(theme_gray)
export(theme_rgbw)
export(theme_rgbg)
export(theme_rgb)
export(theme_noticks)
export(theme_hideticks)
export(theme_showticks)
export(theme_noprimary)
export(theme_showprimary)
export(theme_hideprimary)
export(theme_nosecondary)
export(theme_showsecondary)
export(theme_hidesecondary)
export(theme_ticksinside)
export(theme_ticksoutside)
export(theme_showtitles)
export(theme_hidetitles)
export(theme_notitles)
export(theme_showlabels)
export(theme_hidelabels)
export(theme_nolabels)
export(theme_counterclockwise)
export(theme_anticlockwise)
export(theme_clockwise)
export(theme_showgrid)
export(theme_hidegrid)
export(theme_showgrid_major)
export(theme_showgrid_minor)
export(theme_hidegrid_major)
export(theme_hidegrid_minor)
export(theme_arrowsmall)
export(theme_arrowshort)
export(theme_arrownormal)
export(theme_arrowdefault)
export(theme_arrowlarge)
export(theme_arrowlong)
export(theme_arrowcustomlength)
export(theme_arrowlength)
export(theme_novar_tern)
export(weight_percent)
export(atomic_percent)
export(custom_percent)
export(point.in.sequence)
export(ggsave)
export(polyclip)