Skip to contents

One histogram panel per parameter. Requires ggplot2.

Usage

plot_rank_hist(ranks)

Arguments

ranks

A tibble from sbc_ranks(), or a bayesim_simulation_result.

Value

A ggplot object.

Examples

if (FALSE) { # \dontrun{
plot_rank_hist(sbc_ranks(result))
} # }