On Tue, Apr 14, 2009 at 12:00 AM, Clark Kogan wrote:
> Hello,
> I am trying to get Rpy to work.
> I am using:
> - Rpy for python 2.5
> - Python 2.5
> - R 2.70
> - Windows Vista
>
> I ran the following python script to make a simple plot:
>
> from rpy import r
>
> x = range(1,11)
> y = [i**2 for i
Hello,
I am trying to get Rpy to work.
I am using:
- Rpy for python 2.5
- Python 2.5
- R 2.70
- Windows Vista
I ran the following python script to make a simple plot:
*from rpy import r
x = range(1,11)
y = [i**2 for i in x]
r.plot(x,y)*
Everything worked up to the plot command. The plot command