Re: [R] graph with 15 combinations

2009-04-22 Thread Jim Lemon
Penner, Johannes wrote: Dear R helpers, I have a data set with 4 types (W, C, E & S). Now I have values for all types plus all possible combinations (the order is unimportant): W, C, WC, E, WE, CE, WCE, S, WS, CS, WCS, ES, WES, CES & WCES. Ideally I would like to represent everything in one grap

Re: [R] graph with 15 combinations

2009-04-20 Thread Emmanuel Charpentier
Le lundi 20 avril 2009 à 21:04 +0200, Penner, Johannes a écrit : > Dear R helpers, > > I have a data set with 4 types (W, C, E & S). Now I have values for all > types plus all possible combinations (the order is unimportant): W, C, > WC, E, WE, CE, WCE, S, WS, CS, WCS, ES, WES, CES & WCES. Ideally

Re: [R] graph with 15 combinations

2009-04-20 Thread Penner, Johannes
p-boun...@r-project.org [mailto:r-help-boun...@r- > project.org] On Behalf Of Penner, Johannes > Sent: Monday, April 20, 2009 1:04 PM > To: r-help@r-project.org > Subject: [R] graph with 15 combinations > > Dear R helpers, > > I have a data set with 4 types (W, C, E & S).

Re: [R] graph with 15 combinations

2009-04-20 Thread Greg Snow
> -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r- > project.org] On Behalf Of Penner, Johannes > Sent: Monday, April 20, 2009 1:04 PM > To: r-help@r-project.org > Subject: [R] graph with 15 combinations > > Dear R helpers, > >

[R] graph with 15 combinations

2009-04-20 Thread Penner, Johannes
Dear R helpers, I have a data set with 4 types (W, C, E & S). Now I have values for all types plus all possible combinations (the order is unimportant): W, C, WC, E, WE, CE, WCE, S, WS, CS, WCS, ES, WES, CES & WCES. Ideally I would like to represent everything in one graph and as concise as possib