Learn R Programming

gMCP (version 0.8-5)

gMCPReport: Automatic Generation of gMCP Reports

Description

Creates a LaTeX file with a gMCP Report.

Usage

gMCPReport(object, file="", ...)

Arguments

object
A graph of class graphMCP or an object of class gMCPResult.
file
A connection, or a character string naming the file to print to. If "" (the default), the report is printed to the standard output connection (the console unless redirected by sink). If it is "|cmd", the
...
Arguments to be passed to method graph2latex like package and scale.

Value

  • None (invisible NULL).

Details

This function uses cat and graph2latex.

References

The TikZ and PGF Packages Manual for version 2.00, Till Tantau, http://www.ctan.org/tex-archive/graphics/pgf/base/doc/generic/pgf/pgfmanual.pdf

See Also

cat graph2latex

Examples

Run this code
g <- BretzEtAl2011()

result <- gMCP(g, pvalues=c(0.1, 0.008, 0.005, 0.15, 0.04, 0.006))

gMCPReport(result)

Run the code above in your browser using DataLab