-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
27 lines (26 loc) · 788 Bytes
/
NAMESPACE
File metadata and controls
27 lines (26 loc) · 788 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
# Generated by roxygen2: do not edit by hand
export(bipartite_graph_from_data_frame)
export(exportGML)
export(incidence2bipartite)
export(layout_as_bipartiteLR)
export(list2incidenceMatrix)
export(plotlyBipartiteGraph)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,`E<-`)
importFrom(igraph,`V<-`)
importFrom(igraph,add.edges)
importFrom(igraph,add.vertices)
importFrom(igraph,get.edgelist)
importFrom(igraph,graph.empty)
importFrom(igraph,graph_from_incidence_matrix)
importFrom(igraph,is.bipartite)
importFrom(igraph,is.directed)
importFrom(igraph,layout_as_bipartite)
importFrom(igraph,vcount)
importFrom(magrittr,"%>%")
importFrom(plotly,add_annotations)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(ribiosUtils,mmatch)
importFrom(ribiosUtils,munion)