Re: [R] barplot2 x-axis

2009-03-22 Thread Marc Schwartz
Looking at the graphic (I got it here, but it was stripped for those getting it via the server), the CI's don't really add much to the interpretation of the data. They are small enough as to be a non-issue at least in this example and there is too much data to make them useful for visually

Re: [R] barplot2 x-axis

2009-03-22 Thread Mafalda Viana
Dear Mark, Thanks for your reply. I attach one of my plots as an example (e.g.Mafalda) to show what I want. If you notice in the plot the x-axis has a funny scale (0, 13, 28...) and what I would like to do is to make that scale from 0 and then increasing by 25 km for a better interpretation (0, 2

Re: [R] barplot2 x-axis

2009-03-22 Thread Marc Schwartz
On Mar 22, 2009, at 2:31 PM, Mafalda Viana wrote: Dear R users, I am trying to build a barplot2 graph however I can't find a way of defining the scale for the x-axis. I would like to show in my x-axis only the numbers 0, 25, 50, 75 etc. (so far R is giving me a random scale hard to interp