Skip to content
Prev 1453 / 7420 Next

Problem with "fun=predict.se" for stand. errors from "Tps"

Dear Jaime,

The example in the help file for interpolate does exactly that, and it
works for me. My guess is that you need to update the 'raster' package
to a more recent version, as the 'fun=' argument is a relatively
recent addition. Perhaps you ran the script on a different computer
with a different version of 'raster'?

As for question #2, this is wrong:
Raster2 <- interpolate(Elevacion, Slope, Eva2, xyOnly=FALSE)

it should be something like:

s <- stack(Elevacion, Slope)
Raster2 <- interpolate(s, Eva2, xyOnly=FALSE)

Robert

2010/8/18 Jaime Burbano Gir?n <jaimebg27 at gmail.com>: