plot_beta_dist_gg: Plot the beta distribution using ggplot2.

Description Usage Arguments Author(s) See Also

View source: R/generics.R

Description

This is the same as plot_beta_dist, except we use ggplot2 to do the plotting. See plot_beta_dist for details.

Usage

1
plot_beta_dist_gg(alpha = NULL, beta = NULL, mu = NULL, rho = NULL)

Arguments

alpha

The shape1 parameter.

beta

The shape2 parameter.

mu

The mean parameter.

rho

The overdispersion parameter.

Author(s)

David Gerard

See Also

plot_beta_dist for the R Base graphics version of this function.


dcgerard/updogAlpha documentation built on May 14, 2019, 3:10 a.m.