graph2latex(graph, package="TikZ", scale=1, alpha=0.05, pvalues,
fontsize=c("tiny","scriptsize", "footnotesize", "small",
"normalsize", "large", "Large", "LARGE", "huge", "Huge"),
nodeTikZ, labelTikZ="near start,above,fill=blue!20",
tikzEnv=TRUE, offset=c(0,0),
fill=list(reject="red!80",retain="green!80"), nodeR = 25)
graphMCP
.TikZ
is available."tiny"
, "scriptsize"
,
"footnotesize"
, "small"
, "normalsize"
, "large"
, "Large"
node
command like for example nodeTikZ="minimum size=2cm"
.node
command within an edge.reject
and retain
specifying node fill colour of rejected and retained (or not yet
rejected) nodes.graphMCP
, gMCPReport
g <- BonferroniHolm(5)
graph2latex(g)
Run the code above in your browser using DataLab