Description Usage Arguments Value Author(s) Examples
Add horizontal color scale to existing plot.
1 |
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>
1 2 3 4 | data(volcano)
image(volcano, col=terrain.colors(100))
HOZscale(volcano,terrain.colors(100) , units = "", SIDE = 1, s1 = 0.4, s2 = 0.95)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.