distfacmap {adehabitat} | R Documentation |
This function computes map of distances to patches belonging to the
different levels of a map of class asc
and of type
factor
.
distfacmap(x)
x |
an object of class asc and of type factor |
An object of class kasc
.
Clement Calenge clement.calenge@oncfs.gouv.fr
asc
for further info on objects of class
asc
. To compute distance maps from points, lines or polygons,
see distmap
in the package spatstat
.
## Not run: data(puechabon) asp <- getkasc(puechabon$kasc, "Aspect") image(asp) sor <- distfacmap(asp) image(sor) ## End(Not run)