plot_gamma: Plot Gamma Distributions

Description Usage Arguments Value

Description

This function plots the densities of multiple gamma distributions

Usage

1
2
plot_gamma(gammas, title = "Density of Gamma Distribution",
  color = "#f65335", support_level = 0.99)

Arguments

gammas

A list of lists of gamma 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.