On 2011-05-25 11:38, Jurgens de Bruin wrote:
Hi,
I am very new to rpy and R thus would greatly appreciate some help.
Currently I have the following code:
grdevices = importr('grDevices')
grdevices.png(file=filename, width=900, height=512)
dataf =
Robjects.DataFrame({'phytochemcial'
Hi,
I am very new to rpy and R thus would greatly appreciate some help.
Currently I have the following code:
grdevices = importr('grDevices')
grdevices.png(file=filename, width=900, height=512)
dataf =
Robjects.DataFrame({'phytochemcial':Robjects.StrVector(DataSet['phytochemical']),