forked from gaborcsardi/sankey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
28 lines (27 loc) · 796 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(plot,sankey)
export(make_sankey)
export(sankey)
importFrom(grDevices,col2rgb)
importFrom(grDevices,dev.flush)
importFrom(grDevices,dev.hold)
importFrom(grDevices,rgb)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(simplegraph,edges)
importFrom(simplegraph,graph)
importFrom(simplegraph,order)
importFrom(simplegraph,predecessors)
importFrom(simplegraph,strength)
importFrom(simplegraph,successors)
importFrom(simplegraph,topological_sort)
importFrom(simplegraph,vertex_ids)
importFrom(simplegraph,vertices)
importFrom(stats,approxfun)
importFrom(stats,splinefun)
importFrom(utils,head)