mc_hist: Generate histogram for one mc variable

View source: R/mc_hist.R

mc_histR Documentation

Generate histogram for one mc variable

Description

Generate histogram for one mc variable

Usage

mc_hist(mc_var, name = "Variable", fill = "#E00034", unit = "date")

Arguments

name

Name of the variable

fill

Color (RGB) of the inbound fill

var

Drawings

Examples

sims <- gen_draws(df)
mc_hist(mc_sum(sims))

prbr/prvm documentation built on May 18, 2022, 12:39 a.m.

Related to mc_hist in prbr/prvm...