plot_50_percent_quantile: Plot the 50 percent quantile curve

View source: R/plotting_functions.R

plot_50_percent_quantileR Documentation

Plot the 50 percent quantile curve

Description

The input, bayesian_summary, is the result of a call to summarize_bayesian_inference. By default, a new plot is made, but if add = TRUE the curve is added to the active plot.

Usage

plot_50_percent_quantile(bayesian_summary, add = F, ...)

Arguments

bayesian_summary

A list-like object of class bd_bayesian_summary with information on the quantiles of the density function and growth rate (see summarize_bayesian_inference).

add

Whether to make a new plot or add to the active plot (default: FALSE).

...

Additional parameters to pass to plot / lines

See Also

summarize_bayesian_inference()


eehh-stanford/baydem documentation built on June 3, 2024, 5:46 p.m.