resolution: Compute the "resolution" of a data vector.
Description
The resolution is is the smallest non-zero distance
between adjacent values. If there is only one unique
value, then the resolution is defined to be one.
Usage
resolution(x, zero = TRUE)
Arguments
x
numeric vector
zero
should a zero value be automatically included
in the computation of resolution