<div dir="ltr"><div>You might also take a look at the r.connectivity.* tools:</div><div><br></div><div><a href="http://grass.osgeo.org/grass65/manuals/addons/r.connectivity.corridors.html">http://grass.osgeo.org/grass65/manuals/addons/r.connectivity.corridors.html</a></div><div><br></div><div>It looks like it uses the igraph package in R, which has good documentation.  </div><div><br></div><div>Regards,</div><div><br></div><div>Will</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 8, 2015 at 6:03 PM, Markus Metz <span dir="ltr"><<a href="mailto:markus.metz.giswork@gmail.com" target="_blank">markus.metz.giswork@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>On Wed, Jan 7, 2015 at 7:27 AM, Takenori KANAI <<a href="mailto:kanai@ube-c.ac.jp">kanai@ube-c.ac.jp</a>> wrote:<br>
</span><span>> Hello. I'm sorry by my poor English.<br>
><br>
> I have analyzed distribution of wild animals using r.drain now<br>
> (<a href="http://grass.osgeo.org/grass65/manuals/r.drain.html" target="_blank">http://grass.osgeo.org/grass65/manuals/r.drain.html</a>).<br>
><br>
> Some examples have been described to "EXAMPLES" in an<br>
> online manual. In "EXAMPLES", there are two ways of cost<br>
> value though the Cost value of fifith step is 10. In this case,<br>
> I do not think that there is a problem because there is a<br>
> smaller cost value since six steps even if the fifth step<br>
> selects either.<br>
>  However, by what algorithm has the cell been selected<br>
> when there are two or more end points in route<br>
> (There is a minimum same cost value as surroundings of cell. )?<br>
<br>
</span>r.drain simply follows the lowest cost in the surrounding cells (must<br>
be lower than the current cell). If more surrounding cells have the<br>
same minimum cost, the first cell encountered is used.<br>
<br>
Markus M<br>
<div class="HOEnZb"><div class="h5"><br>
><br>
> Thanks<br>
><br>
><br>
> Takenori K.<br>
> _______________________________________________<br>
> grass-user mailing list<br>
> <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a><br>
_______________________________________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a><br>
</div></div></blockquote></div><br></div>