Description Usage Arguments Details Author(s) See Also Examples
Generates colour bar for MXY plots
1 2 3 |
color.lim |
limits for colour range |
col |
colour palette to be used |
ylab |
label of ordinate of color bar |
ylablim |
If TRUE, the axis annotation consists only of the limits of the colour range. |
The function colorbar.mxy
produces a colour bar for MXY plots.
The default colours used range from green (for the lower limit of the colour range)
to red (for its upper limit).
For visualisation, values below or above the limits for the colour range
(as given by color.lim
) are set
to the lower or upper limit, respectively.
Matthias E. Futschik (http://itb.biologie.hu-berlin.de/~futschik)
1 2 3 4 5 6 7 8 9 10 11 12 13 | data(sw)
# GENERATING LAYOUT
mat <- matrix(1:2,ncol=2,nrow=1,byrow=TRUE)
l <- layout(mat,widths=c(5,1))
# CHOOSING LIMITS OF COLOUR RANGE
color.lim <- c(-2,2)
# PLOTTING
Mtmp <- v2m(maM(sw)[,1],Ngc=maNgc(sw),Ngr=maNgr(sw),Nsc=maNsc(sw),Nsr=maNsr(sw),
visu=TRUE,color.lim=color.lim)
colorbar.mxy(color.lim=color.lim,ylablim=FALSE,ylab="M")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.