powered by
This function computes map of distances to patches belonging to the different levels of a map of class asc and of type factor.
asc
factor
distfacmap(x)
an object of class asc and of type factor
An object of class kasc.
kasc
asc for further info on objects of class asc. To compute distance maps from points, lines or polygons, see distmap in the package spatstat.
distmap
spatstat
# NOT RUN { data(puechabon) asp <- getkasc(puechabon$kasc, "Aspect") image(asp) sor <- distfacmap(asp) image(sor) # }
Run the code above in your browser using DataLab