Skip to content

Commit 5a8f29f

Browse files
committed
exporting mcmc_dots_by_chain
1 parent 0af5dbf commit 5a8f29f

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ export(mcmc_dens_chains)
7575
export(mcmc_dens_chains_data)
7676
export(mcmc_dens_overlay)
7777
export(mcmc_dots)
78+
export(mcmc_dots_by_chain)
7879
export(mcmc_hex)
7980
export(mcmc_hist)
8081
export(mcmc_hist_by_chain)

R/mcmc-distributions.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,8 @@ mcmc_dots <- function(
426426
)
427427
}
428428

429+
#' @rdname MCMC-distributions
430+
#' @export
429431
mcmc_dots_by_chain <- function(
430432
x,
431433
pars = character(),

man/MCMC-distributions.Rd

Lines changed: 14 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)