View source: R/distribution_plots.R
beta_plot | R Documentation |
Plot a beta distribution
beta_plot(
shape1,
shape2,
cv = 0.5,
tails = TRUE,
limits = c(0, 1),
color = "steelblue"
)
shape1 |
non-negative parameters of the Beta distribution. |
shape2 |
non-negative parameters of the Beta distribution. |
cv |
the critical value(s) to shade. |
tails |
whether there are one or two sided tails. |
limits |
the limits of the plot. |
color |
the color to fill in the area. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.