Usage
graph2latex(graph, package="TikZ", scale=1, pvalues,
fontsize=c("tiny","scriptsize", "footnotesize", "small",
"normalsize", "large", "Large", "LARGE", "huge", "Huge"))
Arguments
package
A character string specifying the LaTeX package that should be used.
Up to now only TikZ
is available.
scale
A numeric scalar specifying a possible scaling of the graph. Note that this does not effect the fontsize of the graph.
(Coordinates are interpreted in big points - 72 bp = 1 inch).
pvalues
If the optional numeric argument pvalues is given, nodes that can be rejected, will be marked.
fontsize
An optional character vector specifying the fontsize for the graph, must be one of "tiny"
, "scriptsize"
,
"footnotesize"
, "small"
, "normalsize"
, "large"
, "Large"