Within r.pi.enn the following setting have to be set:
r.pi.enn input=landclass96 output=dist1.c5 keyval=5 method=distance number=1 statmethod=average # -> gives a map of patches (all of category of 5) with the average distance to their first NN r.pi.enn input=landclass96 output=dist10.c5 keyval=5 method=distance number=10 statmethod=average # -> gives a map of patches (all of category of 5) with the average distance to their first-10th NN r.pi.enn input=landclass96 output=dist1.5.10,c5 keyval=5 method=distance number=1,5,10 statmethod=average # -> gives a map of patches (all of category of 5) with the average distance to their first, first-to-fifth and first-to-10th NN r.pi.enn input=landclass96 output=dist10b.c5 keyval=5 method=path_distance number=10 statmethod=average # -> gives a map of patches (all of category of 5) with the actual distance to the 10th NN
Last changed: $Date$
Main index - raster index - Full index
© 2003-2016 GRASS Development Team