Re: [R] Create Pie chart from .csv file

2009-05-06 Thread DonkeyRhubarb
= 1:10) pie(table(temp)) Thomas Roth PS: use barplot instead of pie DonkeyRhubarb schrieb: Hi all, I am looking to create a pie chart from a given column in a .csv file. My class variables are as follows: entry_type, uniquekey, types, title,url, abstract, journal, author

Re: [R] Create Pie chart from .csv file

2009-05-06 Thread DonkeyRhubarb
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

[R] Create Pie chart from .csv file

2009-05-05 Thread DonkeyRhubarb
Hi all, I am looking to create a pie chart from a given column in a .csv file. My class variables are as follows: entry_type, uniquekey, types, title,url, abstract, journal, author, month, year, howpublished So say I want to export a pie chart that groups together all entries

[R] Re ading from a Database

2009-03-18 Thread DonkeyRhubarb
Hi all, I'm quite new to R and have limited experience. What Im trying to do is very important as it is part of my final year project; or more so the central idea behind it. I will be creating BibTex files to enter into a mySQL database. I then need to perform operations on this DB like 'return

Re: [R] Re ading from a Database

2009-03-18 Thread DonkeyRhubarb
get helps me finish college:-) Thanks for that info Ben and thanks to anyone else who shares some much needed insight with me. Ben Bolker wrote: DonkeyRhubarb michaeligoe at gmail.com writes: I'm quite new to R and have limited experience. What Im trying to do is very important