We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I come across several requests to plot CDF. Something like this:
ggplot(data, aes(x = foo)) + stat_cdf(geom = "step")
Probably not difficult to implement.