Re: [Rpy] Arguments to high-level plotting commands

2008-02-14 Thread Thomas Walter
r R >functions which have a dot (I don't know if there are many)? > >Marco > > > >- >This SF.net email is sponsored by: Microsoft >Defy all challenges. Microsoft(R) Visual Studio 2008. >http://clk.atdm

Re: [Rpy] Principal Component Analysis using rpy

2008-02-13 Thread Thomas Walter
ard") then you have to set the flag as you mentioned; because r.dist gives just the atomic list to python. So, thanks! Thomas. Barry Rowlingson wrote: >Thomas Walter wrote: > > > >>pca = r.princomp(r.t(mat), cor=True) >> >>Okay, this works. But if I wa

Re: [Rpy] Principal Component Analysis using rpy

2008-02-13 Thread Thomas Walter
Thank you very much; that works. Great! Thomas. Laurent Gautier wrote: >2008/2/7, Thomas Walter <[EMAIL PROTECTED]>: > > >>Hi everybody! >> >>I am trying to use the R-function princomp (or prcomp, I tried both, but >>I get the same error anyway

[Rpy] Principal Component Analysis using rpy

2008-02-07 Thread Thomas Walter
Hi everybody! I am trying to use the R-function princomp (or prcomp, I tried both, but I get the same error anyway) in order to apply principal component analysis to my data. Now, this works fine: let yoyoL be a list of lists : yoyoL = [ [0.0592, 0.0126, 0.08351, 0.01857, 0.02188], [ ... ], .

Re: [Rpy] Python 2.5 and R 2.5.1 and Windows Vista

2007-09-12 Thread Thomas Walter
tdmt.com/MRT/go/vse012070mrt/direct/01/ >>_______ >>rpy-list mailing list >>rpy-list@lists.sourceforge.net >>https://lists.sourceforge.net/lists/listinfo/rpy-list >> >> >> >> > >--

Re: [Rpy] import error

2007-09-12 Thread Thomas Walter
R) >> File "", line 1, in ? >>ImportError: /usr/local/lib/python2.4/site-packages/_rpy2051.so: >>undefined symbol: R_CStackLimit >> >>What can I do? >> >>Thank you very much! >> >>Thomas. >> >>-- >>- >>Thomas

[Rpy] import error

2007-09-11 Thread Thomas Walter
e 117, in ? exec("import _rpy%s as _rpy" % RVER) File "", line 1, in ? ImportError: /usr/local/lib/python2.4/site-packages/_rpy2051.so: undefined symbol: R_CStackLimit What can I do? Thank you very much! Thomas. -- - Thomas Walter EMBL Heidelberg Me