mc_plot: Generate histogram for one mc variable

View source: R/mc_plot.R

mc_plotR Documentation

Generate histogram for one mc variable

Description

Generate histogram for one mc variable

Usage

mc_plot(mc_var, name = "Variable", fill = "#E00034", unit = "million")

Arguments

name

Name of the variable

fill

Color (RGB) of the inbound fill

var

Drawings

Examples

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

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

Related to mc_plot in prbr/prvm...