TidyDensity 1.0.1
Breaking Changes
- Fix #91 - Bug fix, change
tidy_gamma()
parameter of.rate
to.scale Fix
tidy_autoplot_functions to incorprate this change. Fix
util_gamma_param_estimate()to say
scaleinstead of
rate` in the returned estimated parameters.
New Features
None
Minor Fixes and Improvements
- Fix #90 - Make sure when
.geom_smooth
is set to TRUE thatggplot2::xlim(0, max_dy)
is set. - Fix #100 -
tidy_multi_single_dist()
failed on distribution with single parameter
liketidy_poisson()
- Fix #96 - Enhance all
tidy_
distribution functions to add an attribute of
either discrete or continuous that helps in the autoplot process. - Fix #97 - Enhance
tidy_autoplot()
to use histogram or lines for density plot
depending on if the distribution is discrete or continuous. - Fix #99 - Enhance
tidy_multi_dist_autoplot()
to use histogram or lines for
density plot depending on if the distribution is discrete or continuous.