grid_design | R Documentation |
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.
grid_design(distance, case, n)
distance |
distance between adjacent camera traps. Don't worry about the hypotenuse. |
case |
"queen", "rook", "bishop", or "triplet". Ignored if |
n |
number of points around each focal point. |
grid design data.frame
Other grid:
grid_ct()
plot(grid_design(distance = 100, case = 'queen'))
plot(grid_design(distance = 100, n = 13))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.