compoundGraph-class {ontoTools} | R Documentation |
Class "compoundGraph" list+list representation of multiple graph::graph objects
Objects can be created by calls of the form new("compoundGraph", ...)
.
grList
:"list"
list of graph::graph objectsbetween
:"list"
list of node-to-node connections
across graphs signature(cg = "compoundGraph")
: ... signature(object = "compoundGraph")
: ... signature(object = "compoundGraph")
: ... signature(G = "compoundGraph", outDotFile = "character", renderList = "list", optList = "missing")
: ... signature(G = "compoundGraph", outDotFile = "character", renderList = "list", optList = "list")
: ... signature(G = "compoundGraph", outDotFile = "missing", renderList = "list", optList = "missing")
: ... Should be supplanted by Rgraphviz facilities before too long.
VJ Carey <stvjc@channing.harvard.edu>
~put references to the literature/web site here ~
Rgraphviz::subgraph