plot_normal: Plot Normal Distributions

Description Usage Arguments Value

Description

This function allows you to visualize the densities of a normal distribution

Usage

1
2
plot_normal(normals, title = "Normal Distribution", color = "#f65335",
  support_level = 0.99)

Arguments

normals

A list of lists of normal distributions

title

The title of the plot

color

The color for the plot

support_level

The desired amount of area between the lower and upper bounds. Default is 0.99.

Value

NULL. A plot is generated


convoyinc/abayes documentation built on May 12, 2019, 1:34 a.m.