projec.grid {RGeostats} | R Documentation |
Checks the compatibility of the Grid structure and the Projection
projec.grid(grid, eps=1.e-05, mode=1)
grid |
The |
eps |
Tolerance for checking the grid organization |
mode |
1 for direct projection and -1 for inverse projection |
The returned arguments is a list containing:
x0 |
Coordinates of the grid origin |
dx |
Mesh of the grid |
error |
error flag set to 1 if the grid is not compatible with the Projection |