Skip to content

Commit 6d5bfdc

Browse files
committed
use size in args_inner also
1 parent 3f9d347 commit 6d5bfdc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

R/mcmc-intervals.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,10 @@ mcmc_areas_ridges <- function(x,
522522
scale = scale,
523523
stat = "identity")
524524

525+
if (!is.null(size)) {
526+
args_inner$size <- size
527+
}
528+
525529
layer_list_inner[[par_num]] <- do.call(ggridges::geom_ridgeline, args_inner)
526530
}
527531

0 commit comments

Comments
 (0)