>I think that RPy is installed and working fine except I cannot get any plots
>to appear.
>
>For example, if I type:
>
from rpy import *
x = r.c(1,2,3,4)
x
>[1, 2, 3, 4]
r.hist(x)
>{'density': [0.499002015, 0.25, 0.24989], 'equidist':
>True, 'breaks': [1.0, 2
I think that RPy is installed and working fine except I cannot get any plots
to appear.
For example, if I type:
>>> from rpy import *
>>> x = r.c(1,2,3,4)
>>> x
[1, 2, 3, 4]
>>> r.hist(x)
{'density': [0.499002015, 0.25, 0.24989], 'equidist':
True, 'breaks': [1.0, 2.0, 3.0, 4.0