Learn R Programming

DSsim (version 1.1.4)

check.sim.setup: check.sim.setup

Description

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.

Usage

check.sim.setup(simulation)

Arguments

simulation

A simulation object created by a call to make.simulation

Value

a invisible copy of the simulation

Examples

Run this code
# NOT RUN {
sim <- make.simulation(design.obj = make.design("point"))
check.sim.setup(sim)
# }

Run the code above in your browser using DataLab