(1) How do I get a certain data frame column by name?  I.e., what's
the equiv. to: mtcars$mpg?  In RPy2, mtcars['mpg'] doesn't work.

(2) How do I specify the equivalent of qplot(x, data=df)?  qplot('x',
data=df) doesn't work.  Is the only way to use qplot(df[index])?

Thanks in advance.

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to