Skip to content

Kriging with NA values

2 messages · Tobin Cara, Robert J. Hijmans

#
If you are interpolating precipitation you probably should not ignore
the zeros. If you want to log transform your values, perhaps you can
use log(x+1) instead of log(x). Robert
On Tue, Nov 17, 2009 at 10:43 AM, Tobin Cara <cara.tobin at epfl.ch> wrote: