I saw a plot generated in excel and I was wondering if R could also do it.
This picture is essentially a visualization of a crosstab table comparing the days of the week to preferred meals on that day and counting the number of people that fall within those categories.
How I can make a plot like this one?
Using Hadley Wickham's
ggplot2
:Do you care that the axis lines go through the circles? Also, the greens are slightly different and the label text is black instead of white.