Learn R Programming

gMCP (version 0.8-5)

graphAnalysis: Analysis of a gMCP-Graph

Description

Creates LaTeX code that represents the given graph.

Usage

graphAnalysis(graph, file = "")

Arguments

graph
A graph of class graphMCP.
file
A connection, or a character string naming the file to print to. If "" (the default), the analysis is printed to the standard output connection (the console unless redirected by sink). If it is "|cmd", t

Value

  • A character string that contains the printed analysis.

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.

See Also

graphMCP

Examples

Run this code
g <- BonferroniHolm(5)

graphAnalysis(g)

Run the code above in your browser using DataLab