Skip to content

Commit 8012e75

Browse files
committed
Clarify NULL default wording in args-density-controls template
1 parent 2b81b98 commit 8012e75

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#' @param bw,adjust,kernel,n_dens,bounds Optional arguments passed to
22
#' [stats::density()] (and `bounds` to [ggplot2::stat_density()]) to override
33
#' default kernel density estimation parameters or truncate the density
4-
#' support. `bw` defaults to `"nrd0"`, `adjust` to `1`, `kernel` to
5-
#' `"gaussian"`, and `n_dens` to `1024`.
4+
#' support. If `NULL` (default), `bw` is set to `"nrd0"`, `adjust` to `1`,
5+
#' `kernel` to `"gaussian"`, and `n_dens` to `1024`.

man/MCMC-distributions.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/MCMC-intervals.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-distributions.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/PPD-distributions.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.

0 commit comments

Comments
 (0)