I am a new user of RPy, just having completed a build of it on Debian Etch
using 1.0-RC1 and R-2.51. All seems to be running fine on the R side and
the RPY side, but I am struggling a bit with syntax for parameters passing,
and I am not able to find a question on the mailing list to assist.
The normal way to make the call to an r function using rpy is to call
it like so:
import rpy
rpy.r.function_name(a=1, b=2, c=4)
note that in R, the period character '.' is a valid part of names,
while in python it is not. To overcome this problem, rpy translates
the under