Description Usage Arguments Value Examples
Identify the gridpoints in the neighborhood of location s_i
1 | get_neighbors_i(s_i, dpc_grid)
|
s_i |
Observation location |
dpc_grid |
Discrete Process Convolution grid |
Vector of indices that identify the grispoint neighbors of s_i
1 2 3 | s_i = list(lat = 0, lon = 0)
dpc_grid = get_grid(c(0, 5), c(0, 5), 1)
get_neighbors_i(s_i, dpc_grid)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.