Skip to content
Prev 4670 / 29559 Next

'krige' messages in loops

Thanks a lot Edzer and James,

Adding 'set = list(debug = 0)' works perfectly. In my case:

'pp.idw <- krige(value~1, locations= loc, newdata= pp.gis.catch, set =
list(debug = 0) )'


Also thanks for the indication about the 'debug.level' parameter of
'krige' function, because I didn't associate the explanation:

'debug.level: debug level, passed to predict.gstat; use -1  to see
progress in percentage'

with presenting the method that is being used for interpolating the values.

Best regards,

Mauricio

2008/12/12 James Nylen <jnylen+rgeo at gmail.com>: