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
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