comparisonPlot {tilingArray} | R Documentation |
This function is used for Figure 5 in the David et al. (PNAS 2006) paper and in the Huber et al. methods paper.
comparisonPlot(x, y, xscale=range(x), yscale, anno, ticks, pch=20, cex=1, bgcol="#f2f2f2")
x |
numeric vector. |
y |
list of numeric vector, each of same length as |
xscale |
numeric vector of length 2. |
yscale |
matrix with 2 rows and columns corresponding to the
elements of |
anno |
dataframe with columns |
ticks |
numeric vector, where to plot the ticks. |
pch |
A numeric or character vector indicating what sort of
plotting symbol to use, see |
cex |
Multiplier applied to fontsize, see |
bgcol |
Color to use as background for some of the plot panels. |
Function is called for its side-effect.
W. Huber huber@ebi.ac.uk
...
##