Skip to content
Prev 9464 / 29559 Next

Step characteristics on raster maps (Mathieu Basille)

I don't know. I can't reproduce your example, and a simple example on
the meuse data set:

library(sp)
library(fields)
data(meuse)
Tps(data.frame(meuse$x,meuse$y), meuse$zinc)

seemed to work. You could provide a reproducable example, or you could
contact the author(s) of the fields package, I believe they're not
listening to this list.
--
Edzer
On 10/03/2010 05:59 PM, Mathieu Basille wrote: