-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
33 lines (32 loc) · 928 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
32
33
# Generated by roxygen2: do not edit by hand
S3method(as_force_data,character)
S3method(as_force_data,data.frame)
S3method(as_force_data,dendrogram)
S3method(as_force_data,hclust)
S3method(as_force_data,igraph)
S3method(as_force_data,list)
S3method(as_sankey_data,character)
S3method(as_sankey_data,data.frame)
S3method(as_sankey_data,dendrogram)
S3method(as_sankey_data,hclust)
S3method(as_sankey_data,igraph)
S3method(as_sankey_data,list)
S3method(as_tree_data,Node)
S3method(as_tree_data,character)
S3method(as_tree_data,data.frame)
S3method(as_tree_data,hclust)
S3method(as_tree_data,igraph)
S3method(as_tree_data,list)
S3method(as_tree_data,phylo)
S3method(as_tree_data,tbl_graph)
export(as_force_data)
export(as_sankey_data)
export(as_tree_data)
export(force_explorer)
export(force_network)
export(sankey_explorer)
export(sankey_network)
export(save_as_png)
export(save_as_svg)
export(tree_explorer)
export(tree_network)