Thanks for your help,
I directly use the sp module for creating points, it's more elegant than using
assignment.
Now, I can krige my datas in Rpy, it's fun, but I don't understand why can I
plot some graphics, and others not :
from rpy import *
r.library("gstat")
set_def
Bugs item #1852089, was opened at 2007-12-16 19:06
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1852089&group_id=48422
Please note that this message will contain a full copy o
Le lundi 17 décembre 2007, Peter a écrit :
> Lionel Roubeyrie wrote:
> > Thanks for your help,
> > I directly use the sp module for creating points, it's more elegant than
> > using assignment.
> > Now, I can krige my datas in Rpy, it's fun, but I don't understand why
> > can I plot some graphics,
Lionel Roubeyrie wrote:
> Thanks for your help,
> I directly use the sp module for creating points, it's more elegant than
> using
> assignment.
> Now, I can krige my datas in Rpy, it's fun, but I don't understand why can I
> plot some graphics, and others not :
>
> fro