-
Notifications
You must be signed in to change notification settings - Fork 51
/
NAMESPACE
117 lines (116 loc) · 2.34 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# Generated by roxygen2: do not edit by hand
S3method(cf,default)
S3method(cf,list)
export("%nin%")
export("%win%")
export("%wnin%")
export(add_commas)
export(align_vectors)
export(arrowlocator)
export(attrnames)
export(brocolors)
export(bromanversion)
export(cf)
export(chisq)
export(ciplot)
export(colwalpha)
export(compare_rows)
export(convert2hex)
export(crayons)
export(dec2hex)
export(dotplot)
export(excel_fig)
export(exit)
export(fac2num)
export(fisher)
export(get_precision)
export(grayplot)
export(grayplot_na)
export(h)
export(hex2dec)
export(histlines)
export(jiggle)
export(karl_theme)
export(kbdate)
export(lenuniq)
export(make)
export(manyboxplot)
export(maxabs)
export(mypairs)
export(myround)
export(normalize)
export(objectsizes)
export(openfile)
export(paired.perm.test)
export(paste.)
export(paste..)
export(paste.0)
export(paste0.)
export(paste00)
export(perm.test)
export(pick_more_precise)
export(plot_crayons)
export(qqline2)
export(qr2)
export(quantileSE)
export(revgray)
export(revrainbow)
export(rmvn)
export(runningmean)
export(runningratio)
export(setRNGparallel)
export(simp)
export(spell_out)
export(strwidth2lines)
export(strwidth2xlim)
export(switchv)
export(theme_karl)
export(time_axis)
export(timeplot)
export(trap)
export(triarrow)
export(trigrid)
export(trilines)
export(triplot)
export(tripoints)
export(tritext)
export(twocolorpal)
export(unsetRNGparallel)
export(vec2string)
export(venn)
export(winsorize)
export(xlimlabel)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,jpeg)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(grDevices,rgb2hsv)
importFrom(grDevices,svg)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,hist)
importFrom(graphics,lines)
importFrom(graphics,locator)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(stats,chisq.test)
importFrom(stats,density)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(stats,t.test)
importFrom(stats,uniroot)
useDynLib(broman, .registration=TRUE)