gMCPReport {gMCP} | R Documentation |
Automatic Generation of gMCP Reports
Description
Creates a LaTeX file with a gMCP Report.
Usage
gMCPReport(object, file = "", ...)
Arguments
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 |
Details
This function uses cat
and graph2latex
.
Value
None (invisible NULL
).
Author(s)
Kornelius Rohmeyer rohmeyer@small-projects.de
References
The TikZ and PGF Packages Manual for version 2.00, Till Tantau, https://www.ctan.org/pkg/pgf/
See Also
Examples
g <- BretzEtAl2011()
result <- gMCP(g, pvalues=c(0.1, 0.008, 0.005, 0.15, 0.04, 0.006))
gMCPReport(result)
[Package gMCP version 0.8-17 Index]