Re: [Rpy] Rpy and gstat

2007-12-17 Thread Lionel Roubeyrie
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

[Rpy] [ rpy-Bugs-1852089 ] rpy build fails if tail -1 fails

2007-12-17 Thread SourceForge.net
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

Re: [Rpy] Rpy and gstat

2007-12-17 Thread Lionel Roubeyrie
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,

Re: [Rpy] Rpy and gstat

2007-12-17 Thread Peter
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