Description Usage Arguments Value Examples
View source: R/dsdive.fwdsample.dive.R
The method will simulate a complete dive from its beginning to end.
1 | dsdive.fwdsample.dive(depth.bins, beta, lambda, t0, steps.max, T1, T2)
|
depth.bins |
n x 2 Matrix that defines the depth bins. The first column defines the depth at the center of each depth bin, and the second column defines the half-width of each bin. |
beta |
Directional preference model parameters. See
|
lambda |
Diving rate model parameters. See
|
t0 |
Initial time for the dive |
steps.max |
maximum number of transitions to sample before stopping, regardless of whether dive has finished. |
T1 |
stage 1 duration |
T2 |
stage 2 duration |
A dsdive
object, which is a list
with the following
vectors:
Record of which depth bin indices the trajectory visited
Record of amount of time spent in each depth bin
The time at which each depth bin was entered
The stage at which each depth bin was entered
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.