I wish to create a graphic, like this one from the software called Fathom.
I have a two-way table of categorical frequency data that I wish to create something like a fluctuation plot, but the key difference is that you can see the individual data points.
I've tried ggfluctuation(...)
, levelplots(...)
and all manner of packages (like ggplot2
), but with no success. I can find nothing on any forums to help either.
I'd be exceptionally grateful if someone could help direct me to, or create some code, that would achieve my objective.
Here is improved version.