Skip to content
Prev 14752 / 29559 Next

error calling gstat::idw.locations

That is probably because idw.locations is not exported in the package
NAMESPACE. I would try instead:

loc.idw <- idw(value~1, NARR, loc, idp = 1.0, debug.level = 1)
On 04/04/2012 05:10 PM, Anthony Fischbach wrote: