forked from christophergandrud/networkD3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
31 lines (30 loc) · 820 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
29
30
31
# Generated by roxygen2: do not edit by hand
export(JS)
export(as.radialNetwork)
export(chordNetwork)
export(chordNetworkOutput)
export(dendroNetwork)
export(dendroNetworkOutput)
export(diagonalNetwork)
export(diagonalNetworkOutput)
export(forceNetwork)
export(forceNetworkOutput)
export(radialNetwork)
export(radialNetworkOutput)
export(renderDendroNetwork)
export(renderDiagonalNetwork)
export(renderForceNetwork)
export(renderRadialNetwork)
export(renderSankeyNetwork)
export(renderSimpleNetwork)
export(renderchordNetwork)
export(sankeyNetwork)
export(sankeyNetworkOutput)
export(saveNetwork)
export(simpleNetwork)
export(simpleNetworkOutput)
importFrom(htmlwidgets,shinyRenderWidget)
importFrom(htmlwidgets,shinyWidgetOutput)
importFrom(stats,as.dendrogram)
importFrom(stats,setNames)
importFrom(utils,modifyList)