-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
35 lines (34 loc) · 922 Bytes
/
NAMESPACE
File metadata and controls
35 lines (34 loc) · 922 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
30
31
32
33
34
35
# Generated by roxygen2: do not edit by hand
export(create_monolayer_network)
export(create_multilayer_network)
export(get_igraph)
export(get_sam)
export(list_to_matrix)
export(load_emln)
export(matrix_to_list_bipartite)
export(matrix_to_list_unipartite)
export(multilayer_to_csv)
export(multilayer_to_json)
export(plot_multilayer)
export(search_emln)
export(view_emln)
import(DT)
import(dplyr)
import(tibble)
import(tidyr)
importFrom(Matrix,Matrix)
importFrom(hablar,retype)
importFrom(igraph,V)
importFrom(igraph,as_adjacency_matrix)
importFrom(igraph,as_incidence_matrix)
importFrom(igraph,degree)
importFrom(igraph,delete_vertex_attr)
importFrom(igraph,graph.adjacency)
importFrom(igraph,graph.data.frame)
importFrom(igraph,graph.incidence)
importFrom(igraph,is.directed)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(purrr,compact)
importFrom(stringr,str_detect)
importFrom(stringr,str_to_title)