Description Usage Arguments Value Examples
Identify the observation locations that are in the neighborhood of each gridpoint
1 | get_neighbors_of_gridpoints(neighborsI, ngridpoints)
|
neighborsI |
List of gridpoint neighbors to each observation |
ngridpoints |
Number of gridpoints |
List of observation locations that are neighbors to each gridpoint
1 2 | neighborsI = list(list(1, 2), list(2, 3))
get_neighbors_of_gridpoints(neighborsI, 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.