Skip to content
Prev 1953 / 29559 Next

problem in krige function

On Thu, 5 Apr 2007, temiz wrote:

            
If:

proj4string(el1)
proj4string(mask_SG)

differ, the function will stop you predicting from data declared to be in 
one projection to newdata points in a different projection. You can set 
them by:

proj4string(mask_SG) <- CRS(proj4string(el1))

(untried). If this does not work, post the commands you used to create the 
objects.

Roger