Re: [R] General Question about Graphics

2009-05-06 Thread Peter Flom
steve_fried...@nps.gov wrote > >I have encountered a situation with regards to plotting barcharts with >associated error bars. My search for clues on how to accomplish this >turned up some interesting information. Basically, I found that including >error bars with barplots is not desirable and he

Re: [R] General Question about Graphics

2009-05-06 Thread Mike Lawrence
Check out ggplot2: http://had.co.nz/ggplot2/ Particularly the book: http://had.co.nz/ggplot2/book For error bars on bar plots specifically: http://had.co.nz/ggplot2/geom_errorbar.html Mike On Wed, May 6, 2009 at 12:34 PM, wrote: > > Greetings > > I have encountered a situation with regards t

Re: [R] General Question about Graphics

2009-05-06 Thread Dieter Menne
nps.gov> writes: > Basically, I found that including > error bars with barplots is not desirable and hence there appears that > there is no function to do this. > >Can someone offer suggestions on how to do this simple procedure http://markmail.org/message/3f6jaztq2cpezrkl >or offer an alte

[R] General Question about Graphics

2009-05-06 Thread Steve_Friedman
Greetings I have encountered a situation with regards to plotting barcharts with associated error bars. My search for clues on how to accomplish this turned up some interesting information. Basically, I found that including error bars with barplots is not desirable and hence there appears that