Usage
make.grid(nx = 6, ny = 6, spacex = 20, spacey = 20, spacing = NULL,
detector = "multi", originxy = c(0,0), hollow = F,
ID = 'alphay')
make.circle (n = 20, radius = 100, spacing = NULL,
detector = "multi", originxy = c(0,0), IDclockwise = T)
make.poly (polylist = NULL, x = c(-50,-50,50,50),
y = c(-50,50,50,-50), exclusive = FALSE, verify = TRUE)
make.transect (transectlist = NULL, x = c(-50,-50,50,50),
y = c(-50,50,50,-50), exclusive = FALSE)Arguments
nx
number of columns of detectors
ny
number of rows of detectors
spacex
distance between detectors in 'x' direction (nominally in metres)
spacey
distance between detectors in 'y' direction (nominally in metres)
spacing
distance between detectors (x and y directions)
detector
character value for detector type - 'single', 'multi' etc.
originxy
vector origin for x-y coordinates
hollow
logical for hollow grid
ID
character string to control row names
radius
radius of circle (nominally in metres)
IDclockwise
logical for numbering of detectors
polylist
list of dataframes with coordinates for polygons
transectlist
list of dataframes with coordinates for transects
x
x coordinates of vertices
y
y coordinates of vertices
exclusive
logical; if TRUE animal can be detected only once
per occasion
verify
logical if TRUE then the resulting traps object is
checked with verify