What's Changed
New quantile dot plots (ppc_dots()
, ppd_dots()
), more support for discrete data in existing plots, support for user specified averaging functions in the PPC "avg" functions (ppc_scatter_avg()
, ppc_error_scatter_avg()
, etc.), and support for plotting binned errors against an x variable.
- add quantile dot plot functions by @behramulukir in #357
- add fun_avg to ppc_avg functions by @tjmahr in #349
- add x as argument to ppc_error_binned by @behramulukir in #359
- combining ppc_error_scatter_avg_vs_x with ppc_error_scatter_avg(x = x) by @behramulukir in #367
- adding new
discrete
style to ppc_rootogram by @behramulukir in #362 - adding
discrete
argument tostat
functions by @behramulukir in #369
New Contributors
- @behramulukir made their first contribution in #357
Full Changelog: v1.13.0...v1.14.0