mfuzzColorBar {Mfuzz} | R Documentation |
This function produces a (separate) colour bar for graphs produced by mfuzz.plot
mfuzzColorBar(col, horizontal=FALSE)
col |
vector of colours used. If missing, the same vector as the default vector for mfuzz.plot is used |
horizontal |
If TRUE, a horizontal colour bar is generated, otherwise a vertical one will be produced. |
Matthias E. Futschik (http://itb.biologie.hu-berlin.de/~futschik)
if (interactive()){ X11(w=1.5,h=5); par(mar=c(1,1,1,5)) mfuzzColorBar() }