Adding either of these two arguments to the function call works for me:
set=list(debug=0)
debug.level=0
The second one was mentioned in ?krige and is probably a little easier to
remember.
-James
On Fri, Dec 12, 2008 at 10:54 AM, Edzer Pebesma
<edzer.pebesma at uni-muenster.de> wrote:
Mauricio, please try something along the lines of
x = krige(log(zinc)~1, meuse, meuse.grid, set = list(debug = 0))
Mauricio Zambrano wrote:
Dear list,
I'm using the 'krige' function of the 'gstat' package for computing
inverse distance interpolated values within a loop.
So far everything works well, but I would like to know if there is any
way of suppressing the message "[inverse distance weighted
interpolation]" (very useful for single analysis) that appears at the
begining of every analysis ?. I'm asking this because this message
makes difficult to read in which part of the loop is being executed.
Thanks in advance,
Mauricio