mask.test: Testing the mask object for a first calls model.

Description Usage Arguments

Description

Creates a diagnostic plot that can be used to test the adequacy of a mask for a first calls model.

Usage

1
2
mask.test(fit = NULL, mask, traps, pars, cutoff, lower.cutoff,
  surface = FALSE, col = c("black", "blue", "red"), pincol = "red", ...)

Arguments

fit

A fitted model from admbsecr.

mask

A matrix with two columns. Each row provides Cartesian coordinates for the location of a mask point. The function create.mask will return a suitable object.

traps

A matrix with two columns. Each row provides Cartesian coordinates for the location of a trap (or detector).

pars

A named list. Component names are parameter names, and components are values of parameters at which the mask is to be tested. Parameters must include b0.ss, b1.ss, and sigma.ss; see admbsecr for further details.

cutoff

The upper cutoff value; see admbsecr for further details.

lower.cutoff

The lower cutoff value; see admbsecr for further details.

surface

Logical, if TRUE a 3D detection surface is plotted over the mask point locations.

col

Colours of points. Three colours are required if surface is FALSE; otherwise, just one is required.

pincol

Colour of pins when surface is TRUE.

...

Arguments to be passed to plot.


b-steve/admbsecr documentation built on May 11, 2019, 5:20 p.m.