HOZscale {RSEIS} | R Documentation |
Add horizontal color scale to existing plot.
HOZscale(z, col, units = "", SIDE = 1, s1 = 0.4, s2 = 0.95)
z |
image matrix |
col |
color palette |
units |
character string, units |
SIDE |
Side of the plot |
s1 |
percent of margin for bottom |
s2 |
percent of margin for top |
Graphical Side effect
Jonathan M. Lees<jonathan.lees.edu>
data(volcano) image(volcano, col=terrain.colors(100)) HOZscale(volcano,terrain.colors(100) , units = "", SIDE = 1, s1 = 0.4, s2 = 0.95)