graphAnalysis {gMCP} | R Documentation |
Analysis of a gMCP-Graph
Description
Creates LaTeX code that represents the given graph.
Usage
graphAnalysis(graph, file = "")
Arguments
graph |
A graph of class |
file |
A connection, or a character string naming the file to print to.
If |
Details
In the moment it is only tested whether each node is accessible from each other node. Further analysis will be added in future versions.
Value
A character string that contains the printed analysis.
Author(s)
Kornelius Rohmeyer rohmeyer@small-projects.de
See Also
Examples
g <- BonferroniHolm(5)
graphAnalysis(g)
[Package gMCP version 0.8-17 Index]