plotFindArguments {siggenes} | R Documentation |
Utility function for generating a plot of the posterior probabilities in an html file when searching for the optimal value of the fudge factor in an EBAM analysis.
plotFindArguments(onlyTab = FALSE, logit = TRUE, pos.legend = NULL, legend.cex = 0.8, col = NULL, main = NULL, xlab = NULL, ylab = NULL, only.a0 = FALSE, lty = 1, lwd = 1, y.intersp = 1.1)
onlyTab |
if |
logit |
should the posterior probabilities be logit-transformed before they are plotted? |
pos.legend |
an integer between 0 and 4. See |
legend.cex |
the size of the text in the legend relative to the default size |
col |
a vector specifying the colors of the lines for the different values
of the fudge factor. For a description of how colors can be specified, see
|
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. |
only.a0 |
if |
lty |
a value or vector specifying the line type of the curves. For details,
see |
lwd |
a numeric value specifying the width of the plotted lines. For details,
see |
y.intersp |
a numeric value specifying the space between the rows of the legend. |
A list required by ebam2html
if findA0
is specified.
Holger Schwender, holger.schw@gmx.de