powered by
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)
numeric values of coordinates where the legend is plotted. See details.
details
a vector of colors.
integers; index legend text in the color vector cols. See details.
legend
cols
character strings of legend text with the same length of vector at.
at
character string of the legend title.
numeric, width of the color legend bar.
numeric, height of the color legend bar.
numeric, size of the gap between two color blocks.
plot the color legend bar in either vertical or horizontal direction.
numeric, magnitude of the legend text.
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').
x
y
par('usr')
By default NULL, parameter at will be set as a vector with values 1, ceiling(length(cols)/2), and length(cols).
NULL
ceiling(length(cols)/2)
length(cols)
rc.plot.link, rc.plot.histogram
rc.plot.link
rc.plot.histogram
# NOT RUN { #This is not to be run alone. Please see tutorial vignette("netweaver") for usage. # }
Run the code above in your browser using DataLab