Hi,
I'm using ggplot with geom_errorbarh() in R, so basically I want to plot horizontal error bars. How do I fix the overlap between them? I know that for vertical error bars geom_errorbar(), I can use position=position_dodge() to move the error bars horizontally to avoid overlap. What's the parallel of this for geom_errorbarh() and horizontal error bars?
Thanks a lot,
Golsheed
I'm using ggplot with geom_errorbarh() in R, so basically I want to plot horizontal error bars. How do I fix the overlap between them? I know that for vertical error bars geom_errorbar(), I can use position=position_dodge() to move the error bars horizontally to avoid overlap. What's the parallel of this for geom_errorbarh() and horizontal error bars?
Thanks a lot,
Golsheed