Skip to content

Create equal-area histograms with 'ggplot2'

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

eliocamp/ggpercentogram

Repository files navigation

ggpercentogram

A percentogram is a histogram in which each bin has the same number of observations and is drawn to have an equal area.

Installation

You can install the development version of ggpercentogram like so:

remotes::install_github("eliocamp/ggpercentogram")

Example

library(ggplot2)
library(ggpercentogram)
ggplot(diamonds, aes(carat)) +
  geom_percentogram()
#> `stat_quantile_bin()` using `bins = 30`. Pick better value with `binwidth`.

About

Create equal-area histograms with 'ggplot2'

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages