Creates LaTeX code that represents the given graph.
Usage
graphAnalysis(graph, file = "")
Value
A character string that contains the printed analysis.
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", the output is piped to the command given by cmd, by
opening a pipe connection [taken from the manual page of cat, which
is called in this function].