Description Usage Arguments Details Value Author(s) See Also
Write MA-plots to files in PNG format, six plots to a file in a 3 by 2 grid arrangement.
1 |
MA |
an |
prefix |
character string giving prefix to attach to file names |
path |
character string specifying directory for output files |
main |
character vector giving titles for plots |
zero.weights |
logical, should points with non-positive weights be plotted |
common.lim |
logical, should all plots on a page use the same axis limits |
device |
device driver for the plot. Choices are |
... |
any other arguments are passed to |
This function writes a series of graphic files to disk. Each file contains six MA-plots in three rows and two columns. The layout is optimized for A4-sized paper.
The graph format can be "png"
or "jpeg"
, which are screen-resolution formats, or "pdf"
or "postscript"
, which are loss-less formats.
"png"
is not available on every R platform.
Note that "pdf"
or "postscript"
may produce very large files.
No value is returned, but one or more files are written to the working directory.
The number of files is determined by the number of columns of MA
.
Gordon Smyth
An overview of diagnostic functions available in LIMMA is given in 09.Diagnostics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.