Description Usage Arguments Value Author(s) See Also
View source: R/plotArguments.R
Utility function for generating a plot of a SAM or an EBAM object in an html output.
1 2 3 |
pos.stats |
an integer between 0 and 2 for a SAM plot, and between 0 and
4 for an EBAM plot. See |
sig.col |
a specification of the color of the significant genes. If |
xlim |
a numeric vector of length 2 specifying the x limits (minimum and maximum) of the plot. |
ylim |
a numeric vector of length 2 specifying the y limits of the plot. |
main |
a character string naming the main title of the plot. |
xlab |
a character string naming the label of the x axis. |
ylab |
a character string naming the label of the y axis. |
pty |
a character specifying the type of plot region to be used. |
lab |
a numeric vector of length 3 specifying the approximate number of tickmarks on the x axis and on the y axis and the label size. |
pch |
either an integer specifying a symbol or a single character to be used as the
default in plotting points. For a description of how |
sig.cex |
a numerical value giving the amount by which the symbols of the significant genes should be scaled relative to the default. |
stats.cex |
the size of the statistics printed in the plot relative to the default size. Only available for an EBAM plot. |
y.intersp |
a numeric value specifying the space between the rows in which the statistics are plotted. Only available for an EBAM plot. |
A list required by sam2html
or ebam2html
if addPlot = TRUE
.
Holger Schwender, holger.schw@gmx.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.