grid_move {jpgrid} | R Documentation |
Moving on grid square codes
Description
Moving on grid square codes
Usage
grid_move(grid, n_X, n_Y)
Arguments
grid |
A |
n_X |
Number of moving cells in the longitude direction. |
n_Y |
Number of moving cells in the latitude direction. |
Value
A grid
vector.
[Package jpgrid version 0.4.0 Index]