[Rpy] ggplot2 import error: print.ggplot not found

2012-03-04 Thread Tim te Beek
Hi all, I'm just getting started with using rpy2, but when I tried import ggplot2 as per the documentation, I get an error saying print.ggplot is not found. I've described the problem in detail here, with the relevant parts copied below: http://stackoverflow.com/questions/9540316/rpy2-ggplot2-lo

Re: [Rpy] R function written with python can't work as parameter in R

2012-03-04 Thread Laurent Gautier
On 2012-03-03 16:52, Fangyu He wrote: 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. impor