Skip to contents

Helper function used internally by grid_ct() to establish grids around focal locations. Provided to the user to explore grid design options before applying to their data.

Usage

grid_design(distance, case, n)

Arguments

distance

distance between adjacent camera traps. Don't worry about the hypotenuse.

case

"queen", "rook", "bishop", or "triplet". Ignored if n is provided.

n

number of points around each focal point. n overrides the case argument, do not provide both - see Details.

Value

grid design data.frame

See also

Other grid: grid_ct()

Examples

plot(grid_design(distance = 100, case = 'queen'))

plot(grid_design(distance = 100, n = 13))