-
Notifications
You must be signed in to change notification settings - Fork 14
/
NAMESPACE
88 lines (87 loc) · 1.91 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
# Generated by roxygen2: do not edit by hand
S3method(as.axis,character)
S3method(as.axis,numeric)
S3method(as.side_name,character)
S3method(as.side_name,numeric)
S3method(gsplot,default)
S3method(lim,gsplot)
S3method(logged,gsplot)
S3method(print,gsplot)
S3method(summary,gsplot)
S3method(view,gsplot)
S3method(xlab,gsplot)
S3method(xlim,gsplot)
S3method(ylab,gsplot)
S3method(ylim,gsplot)
export("%>%")
export(abline)
export(arrows)
export(as.side_name)
export(axis)
export(background_color)
export(background_color.default)
export(callouts)
export(callouts.default)
export(clear_par)
export(config)
export(curve)
export(date_axis)
export(date_axis.default)
export(date_axis.gsplot)
export(error_bar)
export(error_bar.default)
export(grid)
export(gsplot)
export(is.gsplot)
export(legend)
export(lim)
export(lines)
export(load_config)
export(logged)
export(mtext)
export(par)
export(points)
export(polygon)
export(rect)
export(segments)
export(symbols)
export(text)
export(theme.hadley)
export(theme.packers)
export(title)
export(view)
export(view_info)
export(what_date)
export(what_version)
export(xlab)
export(xlim)
export(ylab)
export(ylim)
exportMethods(gsplot)
importFrom(grDevices,dev.flush)
importFrom(grDevices,dev.hold)
importFrom(grDevices,dev.off)
importFrom(graphics,Axis)
importFrom(graphics,axTicks)
importFrom(graphics,box)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(graphics,plot.window)
importFrom(graphics,plot.xy)
importFrom(lazyeval,lazy)
importFrom(lazyeval,lazy_dots)
importFrom(lazyeval,lazy_eval)
importFrom(magrittr,"%>%")
importFrom(methods,existsFunction)
importFrom(methods,getPackageName)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(utils,find)
importFrom(utils,getFromNamespace)
importFrom(utils,getS3method)
importFrom(utils,packageDescription)
importFrom(utils,packageName)
importFrom(utils,tail)
importFrom(yaml,yaml.load_file)