get_neighbors_i: Identify the gridpoints in the neighborhood of location s_i

Description Usage Arguments Value Examples

View source: R/kernel.R

Description

Identify the gridpoints in the neighborhood of location s_i

Usage

1
get_neighbors_i(s_i, dpc_grid)

Arguments

s_i

Observation location

dpc_grid

Discrete Process Convolution grid

Value

Vector of indices that identify the grispoint neighbors of s_i

Examples

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)

rtlemos/scallops documentation built on May 4, 2019, 7:43 p.m.