Re: [R] Multiple groups barplot

2012-11-15 Thread michele caseposta
Hi Jim, thanks again for your support. Yes, I meant the subject codes; I will add a new variable and set the color to white all over. Thanks, Michele On Nov 15, 2012, at 1:13 AM, Jim Lemon wrote: > On 11/15/2012 07:21 AM, michele caseposta wrote: >> Back again. >> Is there a quick way to add the

Re: [R] Multiple groups barplot

2012-11-14 Thread Jim Lemon
On 11/15/2012 07:21 AM, michele caseposta wrote: Back again. Is there a quick way to add the sample names in the plot? I was not able to find anything other than creating a new category with the name in it (and the same color all over). Hi Michele, If by "sample names" you mean the variable na

Re: [R] Multiple groups barplot

2012-11-14 Thread michele caseposta
Back again. Is there a quick way to add the sample names in the plot? I was not able to find anything other than creating a new category with the name in it (and the same color all over). Thanks, Michele On Nov 14, 2012, at 2:45 PM, michele caseposta wrote: > Hi Jim, > sizetree was what I was l

Re: [R] Multiple groups barplot

2012-11-14 Thread michele caseposta
Hi Jim, sizetree was what I was looking for. I am going to play with the options a bit. Thanks a lot, Michele On Nov 14, 2012, at 2:55 AM, Jim Lemon wrote: > On 11/14/2012 11:04 AM, michele caseposta wrote: >> Hi everyone, >> I have a certain number of samples and I want to visualize the groups

Re: [R] Multiple groups barplot

2012-11-13 Thread Jim Lemon
On 11/14/2012 11:04 AM, michele caseposta wrote: Hi everyone, I have a certain number of samples and I want to visualize the groups those samples belong to. For example, suppose to have three variables, age, sex, and smoker/nonsmoker, and three samples, S1, S2, S3. S1 is 35, male, nonsmoker S2

[R] Multiple groups barplot

2012-11-13 Thread michele caseposta
Hi everyone, I have a certain number of samples and I want to visualize the groups those samples belong to. For example, suppose to have three variables, age, sex, and smoker/nonsmoker, and three samples, S1, S2, S3. S1 is 35, male, nonsmoker S2 is 24, female, nonsmoker S3 is 24, female, smoker