legend.image {RGeostats} | R Documentation |
Legend for the image representation of gridded data.
legend.image(zlim=NA, col=rg.colors(), position="bottomleft", drawit = TRUE, nmark=5, digits=2, ...)
zlim |
If specified, zlim gives the range of values which is represented. If omitted, the whole range of the input variable is displayed |
col |
Palette used to represent the raster. |
position |
Location of the top-left corner of the legend. |
drawit |
When TRUE, the legend is actually represented. Otherwise, this legend
function can simply be called to return the arguments from the internal
standard legend function (see |
nmark |
Number of tick marks along the raster legend. |
digits |
Number of digits for the labels (see |
... |