2

I am interested in making a stacked dotplot like the one in link below in ggplot2.

The following was made using dotPlot function in BHH2 package but does not have the coloring and faceting ease of ggplot2.

Brian Diggs
  • 57,757
  • 13
  • 166
  • 188
Vivek Kumar
  • 283
  • 1
  • 3
  • 8

1 Answers1

5

There is a geom_dotplot which create dotplots. Update your ggplot2 if you don't have it. It is a relatively recent addition. See this for examples.

Gregor Thomas
  • 136,190
  • 20
  • 167
  • 294
ilya
  • 3,124
  • 2
  • 26
  • 26