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
Thanks a lot! That is exactly what I was looking for! Best wishes Johannes -- Project Coordinator BIOTA West Amphibians Museum of Natural History Dep. of Research (Herpetology) Invalidenstrasse 43 D-10115 Berlin Tel: +49 (0)30 2093 8708 Fax: +49 (0)30 2093 8565 http://www.biota-africa.org http:

Re: [R] graph with 15 combinations

2009-04-20 Thread Greg Snow
http://en.wikipedia.org/wiki/Venn_Diagram#Extensions_to_higher_numbers_of_sets shows a couple of solutions, not in R, but the ideas could be implemented in R. Hope this helps, -- Gregory (Greg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare greg.s...@imail.org 801.408.8111 > -