Description Usage Arguments Value
Generate cell ids for sampling movement to
1 | cells_away(x0, y0, dist_m, res_m, ncols, nrows, x_topl, y_topl, ncells)
|
res_m |
numeric, the grid cell resolution in meters |
ncols |
numeric, the number of columns in the grid |
nrows |
numeric, the number of rows in the grid |
x_topl |
numeric, the top left x coordinate of the grid on which movement is being simulated |
y_topl |
numeric, the top left y coordinate of the grid on which movement is being simulated |
ncells |
numeric, the number of total cells (ncol * nrow) |
a list of the candidate cell_ids and the x and y coords of the movement
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.