View source: R/rc.plot.grColLegend.R
rc.plot.grColLegend | R Documentation |
Plot gradient color legend at given position.
rc.plot.grColLegend(x, y, cols, at=NULL, legend=at,
title='Color', width=0.1, height=0.3, gap=0,
direction=c('vertical', 'horizontal'), cex.text=1, cex.title=1)
x, y |
numeric values of coordinates where the legend is plotted. See |
cols |
a vector of colors. |
at |
integers; index |
legend |
character strings of legend text with the same length of vector |
title |
character string of the legend title. |
width |
numeric, width of the color legend bar. |
height |
numeric, height of the color legend bar. |
gap |
numeric, size of the gap between two color blocks. |
direction |
plot the color legend bar in either vertical or horizontal direction. |
cex.text |
numeric, magnitude of the legend text. |
cex.title |
numeric, magnitude of the legend title. |
x
and y
set the coordinates of bottom left starting point. The extremes of the user coordinates of the plotting region can be found out by par('usr')
.
By default NULL
, parameter at
will be set as a vector with values 1, ceiling(length(cols)/2)
, and length(cols)
.
Minghui Wang <m.h.wang@live.com>
rc.plot.link
, rc.plot.histogram
#This is not to be run alone. Please see tutorial vignette("netweaver") for usage.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.