Skip to content

Commit 57b0cc1

Browse files
committed
docs: fix parameter documentation accuracy for bins and breaks
Address Copilot review feedback: - bins parameter now only mentions geom_histogram() and geom_area() - breaks parameter now only mentions geom_histogram() - Removed incorrect references to stat_dots() which doesn't support bins/breaks
1 parent 0911f47 commit 57b0cc1

File tree

10 files changed

+38
-38
lines changed

10 files changed

+38
-38
lines changed

man-roxygen/args-hist.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' @param binwidth Passed to [ggplot2::geom_histogram()], [ggplot2::geom_area()],
22
#' and [ggdist::stat_dots()] to override the default binwidth.
3-
#' @param bins Passed to [ggplot2::geom_histogram()], [ggplot2::geom_area()],
4-
#' and [ggdist::stat_dots()] to override the default binwidth.
5-
#' @param breaks Passed to [ggplot2::geom_histogram()], [ggplot2::geom_area()],
6-
#' and [ggdist::stat_dots()] as an alternative to `binwidth`.
3+
#' @param bins Passed to [ggplot2::geom_histogram()] and [ggplot2::geom_area()]
4+
#' to override the default binning.
5+
#' @param breaks Passed to [ggplot2::geom_histogram()] as an alternative to
6+
#' `binwidth`.
77
#'

man/MCMC-diagnostics.Rd

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

man/MCMC-distributions.Rd

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

man/MCMC-nuts.Rd

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

man/MCMC-recover.Rd

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

man/PPC-distributions.Rd

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

man/PPC-errors.Rd

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

man/PPC-test-statistics.Rd

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

man/PPD-distributions.Rd

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

man/PPD-test-statistics.Rd

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

0 commit comments

Comments
 (0)