gghdr
gghdr copied to clipboard
Plots of highest density regions (HDR) for ggplot2
Hello Sayani, Apologies for the cold PR without posting an issue first. The ggplot2 package has changed the implementation of the guide system, which means that the old S3 system...
@Sayani07 Looks like this package has been archived, are you able to maintain it or would you like me to take over its maintenance? The fix is simply updating the...
The color legend for the probability ranges should match the specified fill colour (blue in the example below) but always appear to be grey. The boxes appear to be coloured...
Warning messages relating to non-factor type data in the examples (but not on every data type). Additionally `linewidth` warnings on every call. `ggplot(faithful, aes(y = eruptions, x= waiting)) + +...
Instead of rendering points in the highest density region, it would be nice to have an argument/function that would replace them with 2d density contours. For instance, replacing all yellow...
I suggest the current function be renamed to geom_hdr() and a new function be added which shows an HDR boxplot including the points outside the HDRs. This would make it...
Started in 91eeaf096da884c3167416dea56ea1610f958a65, but needs some testing because I'm sure I've broken something unexpected. ## No `x` ``` ggplot(faithful, aes(y = waiting)) + geom_hdr_boxplot(fill="steelblue") + theme_minimal() ```  ## Categorical...