-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
47 lines (46 loc) · 1.18 KB
/
NAMESPACE
File metadata and controls
47 lines (46 loc) · 1.18 KB
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
# Generated by roxygen2: do not edit by hand
S3method(as_digraph6,default)
S3method(as_digraph6,igraph)
S3method(as_digraph6,list)
S3method(as_digraph6,matrix)
S3method(as_digraph6,network)
S3method(as_graph6,default)
S3method(as_graph6,igraph)
S3method(as_graph6,list)
S3method(as_graph6,matrix)
S3method(as_graph6,network)
S3method(as_sparse6,default)
S3method(as_sparse6,igraph)
S3method(as_sparse6,list)
S3method(as_sparse6,matrix)
S3method(as_sparse6,network)
S3method(choose_format,default)
S3method(choose_format,list)
S3method(graph_as_text,default)
S3method(graph_as_text,list)
export(adjacency_from_digraph6)
export(adjacency_from_graph6)
export(adjacency_from_text)
export(as_digraph6)
export(as_graph6)
export(as_sparse6)
export(choose_format)
export(edgelist_from_sparse6)
export(edgelist_from_text)
export(graph_as_text)
export(guess_format)
export(igraph_from_digraph6)
export(igraph_from_graph6)
export(igraph_from_sparse6)
export(igraph_from_text)
export(is_digraph6)
export(is_graph6)
export(is_sparse6)
export(network_from_digraph6)
export(network_from_graph6)
export(network_from_sparse6)
export(network_from_text)
export(read_file6)
import(Rcpp)
importFrom(methods,as)
useDynLib(rgraph6)