Learn R Programming

seqplots (version 1.10.2)

plotMext: Wrapper function, plotting the average plot

Description

This function is package internal and should not be executed directly by users.

Usage

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, ...)

Arguments

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 plotAverage for avareange plot and plotHeatmap for heatmaps.

Value

  • NULL