graph2latex(graph, package="TikZ", scale=1, alpha=0.05, pvalues,
fontsize=c("tiny","scriptsize", "footnotesize", "small",
"normalsize", "large", "Large", "LARGE", "huge", "Huge"), nodeTikZ)
graphMCP
.TikZ
is available."tiny"
, "scriptsize"
,
"footnotesize"
, "small"
, "normalsize"
, "large"
, "Large"
node
command like for example nodeTikZ="minimum size=2cm"
.graphMCP
g <- createBonferroniHolmGraph(5)
graph2latex(g)
Run the code above in your browser using DataLab