Re: [R] Non-interactive passing of quoted variables (ggplot, plyr, subset, transform, etc)

2008-12-01 Thread hadley wickham
On Mon, Dec 1, 2008 at 11:06 AM, Vitalie Spinu <[EMAIL PROTECTED]> wrote: > Hello Everyone, > May be a silly question. > > How to pass programmatically variables which are not known in advance and > are quoted? Variables are quoted implicitly in functions like "subset" and > "transform" and explic

[R] Non-interactive passing of quoted variables (ggplot, plyr, subset, transform, etc)

2008-12-01 Thread Vitalie Spinu
Hello Everyone, May be a silly question. How to pass programmatically variables which are not known in advance and are quoted? Variables are quoted implicitly in functions like "subset" and "transform" and explicitly in ggplot and plyr. For instance I would like to have something like this