Re: [R] Beginner having issues with making pie charts and other graphs

2013-10-31 Thread PIKAL Petr
Hi > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > project.org] On Behalf Of Carl Witthoft > Sent: Thursday, October 31, 2013 12:27 PM > To: r-help@r-project.org > Subject: Re: [R] Beginner having issues with making pie charts

Re: [R] Beginner having issues with making pie charts and other graphs

2013-10-31 Thread Carl Witthoft
Rule Number One: Don't use pie charts. Rule Number Two: NEVER EVER USE PIE CHARTS! To learn how to create graphs in R, start with ?plot , ?points, ?lines. Later on you can investigate ?lattice, ?grid, and ?ggplot2 . The fact that you're looking 'online' instead of in R's builtin help mechan