[R] Non-Numeric Histograms

2006-07-08 Thread justin rapp
I have a dataset with a variable that is non-numeric. I was wondering if there is an easy way in R to create a bar graph that will tell me how many of each level of this non-numeric variable are in the overall dataset. Specifically, if my variable is LETTER, and I have A, B,C, D, E, F and I want

Re: [R] Non-Numeric Histograms

2006-07-08 Thread Uwe Ligges
justin rapp wrote: I have a dataset with a variable that is non-numeric. I was wondering if there is an easy way in R to create a bar graph that will tell me how many of each level of this non-numeric variable are in the overall dataset. Specifically, if my variable is LETTER, and I have

Re: [R] Non-Numeric Histograms

2006-07-08 Thread Jim Lemon
justin rapp wrote: I have a dataset with a variable that is non-numeric. I was wondering if there is an easy way in R to create a bar graph that will tell me how many of each level of this non-numeric variable are in the overall dataset. Specifically, if my variable is LETTER, and I have