View source: R/generate.ds.uncertainty.R
generate.ds.uncertainty | R Documentation |
When using dsm.var.movblk
if ds.uncertainty=TRUE
, this
procedure generates data from the fitted detection function (assuming that
it is correct).
generate.ds.uncertainty(ds.object)
ds.object |
a fitted detection function object (as returned by a call
to |
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.
David L. Miller
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.