explore.kasc: Interactive Exploration of Maps of Class kasc (requires the
package tkrplot)
Description
This interface allows to explore distances, values, etc. on a map of
class kasc
.
Usage
explore.kasc(ka, coltxt = "blue", hscale = 1, vscale = 1, …)
Arguments
coltxt
character. the color of the text to be printed
See Also
kasc
for further information about objects of
class kasc
and image.kasc
for graphical display
Examples
Run this code# NOT RUN {
if (require(tkrplot)) {
data(puechabon)
explore.kasc(puechabon$kasc)
}
# }
Run the code above in your browser using DataLab