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
.
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
.
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.