gMCPReport: Automatic Generation of gMCP Reports

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Creates a LaTeX file with a gMCP Report.

Usage

1
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 output is piped to the command given by cmd, by opening a pipe connection [taken from the manual page of cat, which is called in this function].

...

Arguments to be passed to method graph2latex like package and scale.

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, http://www.ctan.org/tex-archive/graphics/pgf/base/doc/generic/pgf/pgfmanual.pdf

See Also

cat graph2latex

Examples

1
2
3
4
5
g <- BretzEtAl2011()

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

gMCPReport(result)

gMCP documentation built on May 2, 2019, 6:07 p.m.