-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
84 lines (83 loc) · 1.79 KB
/
NAMESPACE
File metadata and controls
84 lines (83 loc) · 1.79 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
78
79
80
81
82
83
84
# Generated by roxygen2: do not edit by hand
export(RGB)
export(addlnorm)
export(addnorm)
export(cart2pol)
export(categoryplot)
export(countgtzero)
export(diagrams)
export(drawarrow)
export(expandmatrix)
export(flowcharttemplate)
export(getmax)
export(getmin)
export(histyear)
export(inthist)
export(linept)
export(makecanvas)
export(makepolygon)
export(makerect)
export(makevx)
export(makevy)
export(newplot)
export(panel.hist)
export(parset)
export(parsyn)
export(pickbound)
export(plot1)
export(plotcompdata)
export(plotnull)
export(plotoblong)
export(plotprep)
export(plotxyy)
export(pltregcol)
export(pol2cart)
export(putcircle)
export(putoblong)
export(puttriangle)
export(pythag)
export(saucompdata)
export(setplot)
export(templateplot)
export(textbox)
export(uphist)
export(xyplotyear)
export(yearBubble)
importFrom(codeutils,which.closest)
importFrom(grDevices,col2rgb)
importFrom(grDevices,dev.cur)
importFrom(grDevices,dev.new)
importFrom(grDevices,dev.off)
importFrom(grDevices,palette)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,grid)
importFrom(graphics,hist)
importFrom(graphics,layout)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,symbols)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(makehtml,addplot)
importFrom(stats,coef)
importFrom(stats,dnorm)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(utils,head)
importFrom(utils,str)
importFrom(utils,tail)
importFrom(utils,write.csv)
importFrom(utils,write.table)