Re: [R-sig-Geo] How to use coKriging with LANDSAT ETM Imagery

2015-08-29 Thread Rajabhushanam. C
var1 not present > coKrige.predict <- predict(coKrige.fit, rGrid)Error in UseMethod("predict") : no applicable method for 'predict' applied to an object of class "c('variogramModel', 'data.frame')" On Fri, Aug 21, 2015 at 3:33 P

[R-sig-Geo] How to use coKriging with LANDSAT ETM Imagery

2015-08-21 Thread Rajabhushanam. C
Hi, I am using a Landsat ETM Scene imagery for calculating the Linear Corregionalization Method in CoKriging. (gstat). Specifically, there is one raster band imagery and then using readGDAL and gstat function calls, I am making a gstat object that is input to the Variogram call. Now, while I use