-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
29 lines (28 loc) · 899 Bytes
/
NAMESPACE
File metadata and controls
29 lines (28 loc) · 899 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,reeb_graph_pairs)
S3method(as_igraph,reeb_graph)
S3method(as_network,reeb_graph)
S3method(as_reeb_graph,igraph)
S3method(as_reeb_graph,network)
S3method(format,reeb_graph)
S3method(format,reeb_graph_pairs)
S3method(print,reeb_graph)
S3method(print,reeb_graph_pairs)
S3method(reeb_graph_pairs,default)
S3method(reeb_graph_pairs,igraph)
S3method(reeb_graph_pairs,network)
S3method(reeb_graph_pairs,reeb_graph)
S3method(reeb_graph_persistence,default)
S3method(reeb_graph_persistence,igraph)
S3method(reeb_graph_persistence,network)
S3method(reeb_graph_persistence,reeb_graph)
S3method(reeb_graph_persistence,reeb_graph_pairs)
export(as_igraph)
export(as_network)
export(as_reeb_graph)
export(read_reeb_graph)
export(reeb_graph)
export(reeb_graph_pairs)
export(reeb_graph_persistence)
import(rJava)
importFrom(phutil,as_persistence)