Skip to content

Commit df8cc4e

Browse files
committed
Update mcmc-distributions.R
1 parent ada6e82 commit df8cc4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/mcmc-distributions.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,12 @@ mcmc_dens <- function(
144144
transformations = list(),
145145
...,
146146
facet_args = list(),
147-
alpha = 1,
148147
trim = FALSE,
149148
bw = NULL,
150149
adjust = NULL,
151150
kernel = NULL,
152-
n_dens = NULL
151+
n_dens = NULL,
152+
alpha = 1
153153
) {
154154
check_ignored_arguments(...)
155155
.mcmc_dens(

0 commit comments

Comments
 (0)