-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
106 lines (105 loc) · 2.67 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
# Generated by roxygen2: do not edit by hand
S3method(tinyplot,default)
S3method(tinyplot,density)
S3method(tinyplot,formula)
export(draw_legend)
export(get_saved_par)
export(plt)
export(plt_add)
export(tinyplot)
export(tinyplot_add)
export(tpar)
export(type_abline)
export(type_area)
export(type_boxplot)
export(type_errorbar)
export(type_function)
export(type_glm)
export(type_hist)
export(type_histogram)
export(type_hline)
export(type_jitter)
export(type_lines)
export(type_lm)
export(type_loess)
export(type_pointrange)
export(type_points)
export(type_polygon)
export(type_polypath)
export(type_qq)
export(type_rect)
export(type_ribbon)
export(type_segments)
export(type_spineplot)
export(type_spline)
export(type_vline)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,as.raster)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,convertColor)
importFrom(grDevices,dev.list)
importFrom(grDevices,dev.new)
importFrom(grDevices,dev.off)
importFrom(grDevices,extendrange)
importFrom(grDevices,gray.colors)
importFrom(grDevices,hcl)
importFrom(grDevices,hcl.colors)
importFrom(grDevices,hcl.pals)
importFrom(grDevices,jpeg)
importFrom(grDevices,nclass.Sturges)
importFrom(grDevices,palette)
importFrom(grDevices,palette.colors)
importFrom(grDevices,palette.pals)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(grDevices,recordGraphics)
importFrom(grDevices,svg)
importFrom(grDevices,xy.coords)
importFrom(graphics,Axis)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,boxplot)
importFrom(graphics,grconvertX)
importFrom(graphics,grconvertY)
importFrom(graphics,hist)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot.default)
importFrom(graphics,plot.new)
importFrom(graphics,plot.window)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,polypath)
importFrom(graphics,rasterImage)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(methods,as)
importFrom(stats,as.formula)
importFrom(stats,density)
importFrom(stats,dnorm)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,loess.control)
importFrom(stats,model.frame)
importFrom(stats,na.omit)
importFrom(stats,ppoints)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,spline)
importFrom(stats,terms)
importFrom(stats,update)
importFrom(tools,file_ext)
importFrom(utils,globalVariables)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,tail)