Description Usage Arguments Details Value Examples
Converts an admbsecr traps matrix to a secr traps
object.
| 1 | convert.traps(traps, ss = FALSE)
 | 
| traps | A matrix with two columns. Each row provides Cartesian coordinates for the location of a trap (or detector). | 
| ss | Logical, set to  | 
The returned object is suitable for use as the traps
argument of the function make.capthist.
An object of class traps comprising a data frame of
x- and y-coordinates, the detector type ('single', 'multi',
'proximity', 'count', 'polygon' etc.), and possibly other
attributes.
| 1 | traps <- convert.traps(traps = example$traps)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.