grid_neighbor {jpgrid} | R Documentation |
Neighborhood grid square codes (Deprecated)
Description
Usage
grid_neighbor(grid, n = 1L, moore = TRUE, simplify = TRUE)
Arguments
grid |
A |
n |
A numeric vector of degrees. By default, |
moore |
Moore neighborhood ( |
simplify |
Should simplify the format of the return? |
Value
A list of grid
vectors.
[Package jpgrid version 0.4.0 Index]