Description Usage Arguments Value
This function generates a stochastic trajectory of a fish by sampling a possible pair of coordinates for each time step. It takes into account the depth of the fish, the probability of being detected as function of the distance to the receiver (including acoustic shadow areas outside the acoustic range), and the topography of the study area.
1 2 |
track.data |
|
topo |
raster dataset ( |
dist.rec |
|
ac.range.mod |
logistic regression model of the relationship between
the detection probability and the distance from the receiver. It must be
a |
max.vel |
Maximum average velocity at which the animal is supposed to move. This argument is used to limit the maximum space between sampled locations. By default is set to 1 m/s. |
depth.cost.list |
A list containing |
check |
Print a message after sampling each coordinate. |
A data.frame
containing the time stamp, receiver, coordinates
and depth of each sampled location.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.