explore.kasc: Interactive Exploration of Maps of Class kasc (requires the...

Description Usage Arguments Author(s) See Also Examples

View source: R/explore.kasc.r

Description

This interface allows to explore distances, values, etc. on a map of class kasc.

Usage

1
explore.kasc(ka, coltxt = "blue", hscale = 1, vscale = 1, ...)

Arguments

ka

An object of class kasc

coltxt

character. the color of the text to be printed

hscale

passed to tkrplot

vscale

passed to tkrplot

...

not yet implemented

Author(s)

Clement Calenge clement.calenge@oncfs.gouv.fr

See Also

kasc for further information about objects of class kasc and image.kasc for graphical display

Examples

1
2
3
4
5
6
7
## Not run: 
if (require(tkrplot)) {
 data(puechabon)
 explore.kasc(puechabon$kasc)
}

## End(Not run)

adehabitat documentation built on Jan. 28, 2018, 5:02 p.m.