原文:ggplot2 geom_point with binned x-axis for binary data
I am trying to create a scatterplot with binned x-axis for binary data. When I use geom_point with binary y, the plot is pretty useless (see figure 1). As shown in figure 2, I want to bin the data ...