This function adds a color bar to a plot created by plotBranchbyTrait
. A color bar can be added by clicking on a location within the plot (when prompt=TRUE
) or by setting prompt=FALSE
and supplying x & y coordinates for the object. This function is also used internally by S3 methods plot.contMap
and plot.densityMap
, as well as by errorbar.contMap
.
add.color.bar(leg, cols, title=NULL, lims=c(0,1), digits=1, prompt=TRUE,
lwd=4, outline=TRUE, ...)
numerical value for the length of the legend.
colors for the legend.
text to plot above the bar.
range for the bar.
digits for plotted numbers.
logical value indicating whether the location of the legend should be obtained interactively.
width of the plotted bar.
logical value indicated whether or not to outline the plotted color bar with a 1 pt line.
optional arguments including: x
x-coordinate of the legend (if prompt=FALSE
); y
y-coordinate of the legend; subtitle
optional legend subtitle; direction
direction of the color bar (i.e., increase from left to right or from right to left); and fsize
, font size for the legend text.
Revell, L. J. (2013) Two new graphical methods for mapping trait evolution on phylogenies. Methods in Ecology and Evolution, 4, 754-759.