Skip to content

How to export the result of krige.conv;

2 messages · 唐国强, Paulo Justiniano Ribeiro Jr

#
So you can transform the values 
returned as list components to matrices

Forinstnce, for predicted values you can
transform kc$pred to a appropriate matrix to reflect your grid.

Note this is underlying several functions
such as
image(kc)
which does such conversion internally.

again your query reffers  how to mnipulate R objects which you can do in 
R's standard ways from krige.conv() output
On Wed, 7 May 2014, ??? wrote: