generate.ds.uncertainty {dsm} | R Documentation |
Generate data from a fitted detection function
Description
When using dsm.var.movblk
if ds.uncertainty=TRUE
, this
procedure generates data from the fitted detection function (assuming that
it is correct).
Usage
generate.ds.uncertainty(ds.object)
Arguments
ds.object |
a fitted detection function object (as returned by a call
to |
Note
This function changes the random number generator seed. To avoid any
potential side-effects, use something like: seed <- get(".Random.seed",envir=.GlobalEnv)
before running code and
assign(".Random.seed",seed,envir=.GlobalEnv)
after.
Author(s)
David L. Miller
[Package dsm version 2.3.3 Index]