Hello.
I am running the examples provided in the gstat help menus. When I try to
run the following in predict.gstat:
data(meuse)
coordinates(meuse)= ~x+y
v<-variogram(log(zinc)~1, meuse)
I get the following error message:
Error in vector("double", length) : invalid 'length' argument
What's the problem?
Gilbert