\name{compoundGraph-class} \docType{class} \alias{adjMat} \alias{between} \alias{grList} \alias{compoundGraph-class} \alias{adjMat,compoundGraph-method} \alias{between,compoundGraph-method} \alias{grList,compoundGraph-method} \alias{toDot,compoundGraph,character,list,missing-method} \alias{toDot,compoundGraph,character,list,list-method} \alias{toDot,compoundGraph,missing,list,missing-method} \title{Class "compoundGraph" list representation of multiple graph::graph objects} \description{Class "compoundGraph" list+list representation of multiple graph::graph objects} \section{Objects from the Class}{ Objects can be created by calls of the form \code{new("compoundGraph", ...)}. } \section{Slots}{ \describe{ \item{\code{grList}:}{Object of class \code{"list"} list of graph::graph objects} \item{\code{between}:}{Object of class \code{"list"} list of node-to-node connections across graphs } } } \section{Methods}{ \describe{ \item{adjMat}{\code{signature(cg = "compoundGraph")}: ... } \item{between}{\code{signature(object = "compoundGraph")}: ... } \item{grList}{\code{signature(object = "compoundGraph")}: ... } \item{toDot}{\code{signature(G = "compoundGraph", outDotFile = "character", renderList = "list", optList = "missing")}: ... } \item{toDot}{\code{signature(G = "compoundGraph", outDotFile = "character", renderList = "list", optList = "list")}: ... } \item{toDot}{\code{signature(G = "compoundGraph", outDotFile = "missing", renderList = "list", optList = "missing")}: ... } } } \references{ ~put references to the literature/web site here ~ } \author{ VJ Carey } \note{Should be supplanted by Rgraphviz facilities before too long.} \seealso{ Rgraphviz::subgraph } \examples{ } \keyword{classes}