Skip to content

Commit 7146079

Browse files
committed
add tests and update documentation
1 parent db14f27 commit 7146079

5 files changed

Lines changed: 4066 additions & 2 deletions

File tree

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# bayesplot (development version)
22

3+
* Add `shape` argument to `mcmc_scatter()` by @behramulukir (#375)
4+
35
* PPC "avg" functions (`ppc_scatter_avg()`, `ppc_error_scatter_avg()`, etc.) gain a `stat` argument to set the averaging function. (Suggestion of #348, @kruschke).
46
* `ppc_error_scatter_avg_vs_x(x = some_expression)` labels the *x* axis with `some_expression`.
57
* Add `ppc_dots()` and `ppd_dots()` by @behramulukir (#357)

R/mcmc-scatterplots.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#' @template args-regex_pars
1212
#' @template args-transformations
1313
#' @param ... Currently ignored.
14-
#' @param size,alpha For `mcmc_scatter()`, passed to
14+
#' @param shape,size,alpha For `mcmc_scatter()`, passed to
1515
#' [ggplot2::geom_point()] to control the appearance of the points.
1616
#' @param bins,binwidth For `mcmc_hex()`, an optional numeric vector of
1717
#' *length two* passed to [ggplot2::geom_hex()] to override the

man/MCMC-scatterplots.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)