Description Usage Arguments Details Value See Also Examples
View source: R/2DLTfunctions.r
Simulate non-homogeneous Poisson Process data by solving inverse CDF.
This function has been replaced by sim.n
.
1 |
x |
scale or vector; perpendicular distance observations |
b |
two-element vector of hazard rate parameters, some of whihc may be logged |
ystart |
max forward distance at which could possibly detect animal (see details). |
hr |
hazard rate function |
miss |
If TRUE, allows animals not detected by y=0 to have no y. |
ylo |
minimum forward distance. |
miss
allows a fixed number of animal to be simulated i.e. known $N$ in strip,
or $n$ where animals may have been missed.
vector of y distances if miss=TRUE
missed animals represented by -999, otherwise
no animals are missed.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.