Re: [R] pxR

2013-07-16 Thread Rafael Robledo
.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Rafael Robledo J. __

Re: [R] ggplot2 plotting errorbars.

2013-02-03 Thread Rafael Robledo
Hi, it seems to be a problem about using aes both in ggplot as also in geom_bar. You could specify fill property for your geom_bar in ggplot initialization, in order to avoid this issue (you could also do the same thing for ymin and ymax properties for errorbar :P), i.e: dodge <-position_dodge(wi