[Rpy] How can create a R function which have two or more parameters?

2012-02-29 Thread Fangyu He
??: Re: [Rpy] How can create a R function which have two or more parameters? ??: Wed, 29 Feb 2012 08:31:49 +0800 ???:Fangyu He ???: RPy help, support and design discussion list Hi everyone, I want to create a R function which can be used as a parameter

[Rpy] How can create a R function which have two or more parameters?

2012-02-29 Thread Fangyu He
Hi everyone, I want to create a R function which can be used as a parameter in the function "outer", I tried the rternalize way which expose python function to R. However, it doesn't work, the following being the problems which I encountered. import rpy2.rinterface as ri seq = ri.g