StatGraphs : Table of Contents
-
StatGraphs -- a package for graphs used in statistical models
-
Bigraph -- a graph with bidirected edges and no multiple edges
-
-
-
-
-
-
collateVertices -- convert a mixed graph into a new mixed graph where each component subgraph has the same set of vertices
-
-
-
-
-
-
-
isLoopless -- check whether a graph contains a loop
-
-
MixedGraph -- a graph that has undirected, directed and bidirected edges
-
mixedGraph -- create a mixed graph from a combination of undirected graph, digraph and bigraph
-
-
-
-
-
-
partitionLMG -- partition the vertices of a loopless mixed graph into adjacent to undirected edges and adjacent to bidirected edges
-
-
-