legend.image {RGeostats}R Documentation

Legend for image

Description

Legend for the image representation of gridded data.

Usage

legend.image(zlim=NA, col=rg.colors(), position="bottomleft", 
             drawit = TRUE, nmark=5, digits=2, ...)

Arguments

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 legend for details).

nmark

Number of tick marks along the raster legend.

digits

Number of digits for the labels (see signif). Previously called 'ntdec'.

...

Arguments passed to function image or legend.


[Package RGeostats version 14.0.10 Index]