forked from frankkramer-lab/mully
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
36 lines (35 loc) · 745 Bytes
/
Copy pathNAMESPACE
File metadata and controls
36 lines (35 loc) · 745 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
36
# Generated by roxygen2: do not edit by hand
S3method(plot,mully)
S3method(print,mully)
export(addEdge)
export(addLayer)
export(addNode)
export(demo)
export(exportCSV)
export(getEdgeAttributes)
export(getIDEdge)
export(getIDNode)
export(getLayer)
export(getLayersCount)
export(getNode)
export(getNodeAttributes)
export(importEdgesCSV)
export(importGraphCSV)
export(importLayersCSV)
export(importNodesCSV)
export(is.mully)
export(isLayer)
export(merge)
export(mully)
export(plot3d)
export(removeEdge)
export(removeLayer)
export(removeNode)
import(igraph)
import(rgl)
importFrom(graphics,plot.new)
importFrom(randomcoloR,randomColor)
importFrom(stats,runif)
importFrom(utils,capture.output)
importFrom(utils,read.csv)
importFrom(utils,write.csv)