Auxiliary function, used for checking whether spatial grids are regular, with allowing for rounding errors.
are_all_elements_within_eps(x, y, eps)
A boolean value, TRUE if all x are in y within tolerance eps, FALSE otherwise.
A numeric vector, sorted in increasing order.
A numeric vector, sorted in increasing order.
The tolerance within which we consider two values to be equal.