R/deprecated.R
grid_neighbor.Rd
grid_neighbor(grid, n = 1L, moore = TRUE, simplify = TRUE)
A grid vector.
grid
A numeric vector of degrees. By default, 1L.
1L
Moore neighborhood (TRUE, default) or Von Neumann neighborhood (FALSE).
TRUE
FALSE
Should simplify the format of the return?
A list of grid vectors.