Hi,
There's two other mailing posts with the same problem
(http://sourceforge.net/mailarchive/message.php?msg_id=11870317 from
2005 and http://sourceforge.net/mailarchive/message.php?msg_id=10046356
from 2004), and no solutions.
The problem is this (I have no control over compiler, and it uses su
Hi,
I am having a number of problems using rpy with locfit. One example of a
problem is the following code:
import re
import rpy
from scipy import rand
from math import sin
r = rpy.r
rpy.set_default_mode (rpy.NO_CONVERSION)
r.library("locfit")
x = []
y = []
for i in range(0, 1000):
x.append
William Hudspeth wrote:
> Hello,
>
> I am trying to use rpy to plot a histogram from data residing inside of
> a data.frame:
>
> Normally, from the R prompt, I would use something like this:
>
> hist(dust_frame$temp_density_raster)
>
> The documentation indicates that the R function '$' can be
Hello,
I am trying to use rpy to plot a histogram from data residing inside of
a data.frame:
Normally, from the R prompt, I would use something like this:
hist(dust_frame$temp_density_raster)
The documentation indicates that the R function '$' can be accessed with
something like this:
r['$']
Hi,
There's two other mailing posts with the same problem
(http://sourceforge.net/mailarchive/message.php?msg_id=11870317 from
2005 and http://sourceforge.net/mailarchive/message.php?msg_id=10046356
from 2004), and no solutions.
The problem is this (I have no control over compiler, and it uses su