graphAnalysis | 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
graphMCP
g <- BonferroniHolm(5)
graphAnalysis(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.