ggdist
ggdist copied to clipboard
Visualizations of distributions and uncertainty
Should make it a bit easier
(this issue is never closed, just re-used for the next release) * [x] check for existing problems on [CRAN checks for ggdist](https://cran.r-project.org/web/checks/check_results_ggdist.html) * [x] double-check [CRAN policies](https://cran.r-project.org/web/packages/policies.html) * [x] check...
One way is probably a stat/geom combo for annotations that does all the work to do thickness related scaling correctly but uses users provided x values (instead of determining x...
Basically, something that mimics the scaling and whatnot of slabinterval but calculates slab functions conditional on a provided x value. Could be useful for custom annotations with existing geoms. (this...
Might be nice to have a version of lineribbon / pointinterval that acts like geom_vline / geom_hline plus a ribbon. See e.g. https://twitter.com/SolomonKurz/status/1546241985597546497?s=20&t=ezZYkV4REc7LfdfFvYAPOg
Basically, it would be useful to be able to use calculated variables from opposite parts of the geom to do stuff like highlight intervals or whatnot. - [x] allow use...
Hi Matthew, Do you plan to support the Shortest Probability Interval (further details [here](https://easystats.github.io/bayestestR/reference/spi.html)) with functions like ggdist::median_spi? Thanks!
See here: https://twitter.com/thomasp85/status/1537024892293599235?t=FEzmrpgT2HymjRMp8Fn2uQ&s=19 This is probably going to involve some disentangling (and deprecating) of things like point_size and interval_size and such.
Hello ggplot2 seems to allow the modification of the key glyph by using the `key_glyph` parameter inside a geom or stat. An example is: ```R p % ggplot(aes(x = mpg,...
Pulling this out as its own issue (original comment from @steveharoz below) It would be nice to be able to do things like specify things like `center`, `binwidth`, etc (similar...