Has anyone else noticed that gstat no longer handles 1-D data?

> library(gstat)
> coordinates(pm.df) <- ~x
Error in validObject(.Object) : invalid class "SpatialPoints" object:
spatial.dimension should be 2 or more
> variogram(pm~1,~x,data=pm.df)
Error in validObject(.Object) : invalid class "SpatialPoints" object:
spatial.dimension should be 2 or more

The variogram call used to work. It stopped working when I upgraded to
the latest version of gstat.

Rick B.

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to