[R] Create Pie chart from .csv file

DonkeyRhubarb michaeligoe at gmail.com
Wed May 6 18:08:41 CEST 2009



Ive found out a way around my problem. I was trying to plaot a histogram of
strings, but I had to change it into integers. I ran an sql query on the
original DB that I got the CSV file from and used COUNT to get the number of
each unique item in a given column. I then used these numbers to create a
histogram in R. It's a round about way of doing it, but it will have to
suffice.

Thanks to all for your tips.
-- 
View this message in context: http://www.nabble.com/Create-Pie-chart-from-.csv-file-tp23387025p23410063.html
Sent from the R help mailing list archive at Nabble.com.




More information about the R-help mailing list