On Sat, Dec 28, 2013 at 2:57 AM, Hodgess, Erin <hodge...@uhd.edu> wrote:
> Hello everyone!
>
> Hope you're enjoying some holiday time!
>
> I'm running into a little snag here.  I'm working through the example on 
> krigeST, which produces an STFDF object.  Fine so far.
>
> However, I would like to produce a Google Earth object from that.
>
> When I use plotKML, I get:
>
>> plotKML(DE_kriged,"var1.pred")
> Error in (function (classes, fdef, mtable)  :
>   unable to find an inherited method  for function ‘plotKML’ for signature 
> ‘"STFDF"’
>>
>
> Or when I use kml, I get:
>
>> kml(DE_kriged,"var1.pred")
> Error in (function (classes, fdef, mtable)  :
>   unable to find an inherited method for function ‘kml’ for signature 
> ‘"STFDF"’
>>
>
> What should I be doing, please?

 The functions are essentially saying "I don't know what to do with an
STFDF object". Is there any documentation that says these functions
can do something sensible with STFDF data? Maybe the code is yet to be
written...

Barry

_______________________________________________
R-sig-Geo mailing list
R-sig-Geo@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-geo

Reply via email to