graphAnalysis {gMCP} | R Documentation |
Creates LaTeX code that represents the given graph.
graphAnalysis(graph, file = "")
graph |
A graph of class |
file |
A connection, or a character string naming the file to print to.
If |
In the moment it is only tested whether each node is accessible from each other node. Further analysis will be added in future versions.
A character string that contains the printed analysis.
Kornelius Rohmeyer rohmeyer@small-projects.de
g <- BonferroniHolm(5)
graphAnalysis(g)