[R-sig-Geo] image.kriging in geoR package

djrwicks djrwicks at gmail.com
Tue Jul 31 15:00:37 CEST 2012


When I use the contour function with an object of type kriging to create a
filled contour plot:

loci <- expand.grid(seq(0,1,l=51), seq(0,1,l=51))
kc <- krige.conv(s100, loc=loci,krige=krige.control(cov.pars=c(1, .25)))
contour(kc, filled=TRUE)

and then add the contour lines to this plot:

contour(kc, add=TRUE)

the latter appears stretched in the direction of the x axis and does not
overlay the former as it should.

Is this a common problem?  Any suggestions?

Dan.

(example taken from the R help ?image.kriging)



--
View this message in context: http://r-sig-geo.2731867.n2.nabble.com/image-kriging-in-geoR-package-tp7580645.html
Sent from the R-sig-geo mailing list archive at Nabble.com.



More information about the R-sig-Geo mailing list