Skip to content
Prev 980 / 29559 Next

Example of universal kriging with R/gstat in GRASS needed

On Fri, 28 Apr 2006, Thomas Adams wrote:

            
What does:

summary(dem) 

say before and after doing

fullgrid(dem) <- FALSE?

Afterwards it should be a SpatialPixelsDataFrame with 

names(dem)

being "z". Saying summary(dem) will give you an idea of what is inside, 
str() should too.

Roger

PS. This is usually a one-off thing, once it works, you note down how, and 
then it just does from then on.