-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathNAMESPACE
52 lines (51 loc) · 1.03 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
# Generated by roxygen2: do not edit by hand
S3method(gsplot,default)
S3method(logged,gsplot)
S3method(print,gsplot)
S3method(summary,gsplot)
S3method(xlim,gsplot)
S3method(ylim,gsplot)
export("%>%")
export(abline)
export(arrows)
export(axis)
export(bgCol)
export(calc_views)
export(callouts)
export(callouts.default)
export(config)
export(curve)
export(error_bar)
export(grid)
export(gsplot)
export(is.gsplot)
export(legend)
export(lines)
export(loadConfig)
export(logged)
export(mtext)
export(par)
export(points)
export(polygon)
export(rect)
export(segments)
export(symbols)
export(text)
export(title)
export(view_info)
export(xlim)
export(ylim)
exportMethods(gsplot)
importFrom(graphics,box)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(graphics,plot.xy)
importFrom(lazyeval,lazy)
importFrom(lazyeval,lazy_dots)
importFrom(lazyeval,lazy_eval)
importFrom(magrittr,"%>%")
importFrom(methods,existsFunction)
importFrom(stats,setNames)
importFrom(utils,getFromNamespace)
importFrom(yaml,yaml.load_file)