-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
51 lines (50 loc) · 1.4 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Generated by roxygen2: do not edit by hand
S3method(as_tibble,dgCMatrix)
S3method(as_tibble,dgTMatrix)
S3method(as_tibble,sparseMatrix)
S3method(check_specs,default)
S3method(check_specs,dgCMatrix)
S3method(check_specs,dgTMatrix)
S3method(check_specs,matrix)
S3method(check_specs,sparseMatrix)
S3method(get_adjacency,data.frame)
S3method(get_adjacency,default)
S3method(get_adjacency,dgCMatrix)
S3method(get_adjacency,dgTMatrix)
S3method(get_adjacency,igraph)
S3method(get_adjacency,matrix)
S3method(get_adjacency,sparseMatrix)
S3method(get_adjacency,tbl)
S3method(get_adjacency,tbl_graph)
S3method(get_rolling_windows,default)
S3method(get_rolling_windows,igraph)
S3method(get_rolling_windows,tbl)
S3method(get_rolling_windows,tbl_graph)
S3method(get_transition,default)
S3method(get_transition,dgCMatrix)
S3method(get_transition,dgTMatrix)
S3method(get_transition,matrix)
S3method(get_transition,sparseMatrix)
export(adj2el)
export(check_specs)
export(datestring_to_unix)
export(detect_date_format)
export(el2adj)
export(get_adjacency)
export(get_flat_unfolded_plot)
export(get_rolling_windows)
export(get_slice_edgelist)
export(get_transition)
export(get_unfolded_adjacency)
export(get_unfolded_layout)
export(get_unfolded_plot)
export(mat2vec_ix)
export(multi2weight)
export(nodes_from_el)
export(unix_to_datestring)
export(vec2mat)
import(dplyr)
import(ggraph)
import(magrittr)
importFrom(methods,new)
importFrom(rlang,.data)