Skip to content
Prev 4713 / 29559 Next

shortest realistic distance for fish travel

You could also look at "resistance distance" (open-source software available at http://www.circuitscape.org/) if your fish travel as random-walkers.

Jacob van Etten

-----Original Message-----
From: r-sig-geo-bounces at stat.math.ethz.ch on behalf of Alisa Coffin
Sent: Fri 19/12/2008 04:16
To: Jon Loehrke
Cc: r-sig-geo at stat.math.ethz.ch
Subject: Re: [R-sig-Geo] shortest realistic distance for fish travel
 
Jon,

You could tackle it using a raster-based least-cost path analysis as was
suggested. For that you will need a data layer at the appropriate resolution
to serve as a cost surface. I would expect it to contain at least
bathymetry, but possibly other variables as well, depending on what the
critter considers a more or less costly way to move (e.g. seagrass density,
currents, etc.).

If you had a network of origins and destinations, you could approach it as a
shortest-path network problem. The only R module I'm familiar with for
network analysis is igraph, which I have used to calculate the shortest
(topological) path from point 1 to point 2 within a network graph.

Alisa.
On Thu, Dec 18, 2008 at 2:38 PM, Jon Loehrke <jloehrke at umassd.edu> wrote: