Description Usage Arguments Value
View source: R/tempdev_functions.R
Given a latitude and longitude, determines the corresponding grid ID. Assumes grid.df is a global variable. This is to find the grid ID of an agent. assign_grid() is for microclimates.
1 | get_gridID(testlat, testlong, gridlong, gridlat)
|
testlat |
Latitude being considered. |
testlong |
Longitude being considered. |
Corresponding grid ID number. edited 22-11-20, grid.df gets read explicitly into get_gridID
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.