Re: [Rpy] Turn Labels on x-axis 90degrees.

2011-05-25 Thread Laurent Gautier
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'

[Rpy] Turn Labels on x-axis 90degrees.

2011-05-25 Thread Jurgens de Bruin
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']),