gMCPReport | R Documentation |
Creates a LaTeX file with a gMCP Report.
gMCPReport(object, file = "", ...)
object |
A graph of class |
file |
A connection, or a character string naming the file to print to.
If |
... |
Arguments to be passed to method |
This function uses cat
and graph2latex
.
None (invisible NULL
).
Kornelius Rohmeyer rohmeyer@small-projects.de
The TikZ and PGF Packages Manual for version 2.00, Till Tantau, https://www.ctan.org/pkg/pgf/
cat
graph2latex
g <- BretzEtAl2011()
result <- gMCP(g, pvalues=c(0.1, 0.008, 0.005, 0.15, 0.04, 0.006))
gMCPReport(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.