plotMext | R Documentation |
This function is package internal and should not be executed directly by users.
plotMext(INPUTS, xlim = NULL, ylim = NULL, main = NULL, xlab = "", ylab = "", plotScale = "linear", type = "full", error.estimates = TRUE, legend = TRUE, legend_ext = FALSE, legend_pos = "topright", legend_ext_pos = "topleft", cex.axis = 14, cex.lab = 16, cex.main = 20, cex.legend = 10, ln.v = TRUE, ln.h = NULL, colvec = NULL, pointsize = 12, ...)
INPUTS |
list of pre calculated inputs |
main |
an overall title for the plot: see title. |
xlab |
a title for the x axis: see title. |
ylab |
a title for the y axis: see title. |
plotScale |
scale the available data before ploting, can be "linear" (do not scale), "log2" or "zscore" |
... |
Other parameters controlong the plot, see
|
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.