Description Usage Arguments Value Author(s) Examples
View source: R/check.sim.setup.R
A function which allows the user to check the simulation setup. It displays a panel of 4 diagnostic plots: top left - study region with example population, top right - study region with transects, bottom left - an example realisation of a survey with detected animals shown in cyan and undetected animals shown in red, bottom right - a histogram of the example distances to which the detection function would be fitted.
1 | check.sim.setup(simulation)
|
simulation |
A simulation object created by a call to |
a invisible copy of the simulation
Eric Rexstad, Laura Marshall
1 2 3 4 5 | ## Not run:
sim <- make.simulation(design.obj = make.design("point"))
check.sim.setup(sim)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.