View source: R/plot_distributions.R
plot_distributions | R Documentation |
Plot the four distributions functions.
plot_distributions(
dist,
xvals,
xmin,
xmax,
args = list(),
palette = c(d = "#1b9e77", r = "#d95f02", p = "#7570b3", q = "#e7298a")
)
dist |
name of the distribution function to plot (e.g. |
xvals |
inputs to |
xmin |
minimum x-axis value to plot. |
xmax |
maximum x-axis value to plot. |
args |
parameters to pass to |
palette |
colors to use for the four subplots. Must be a named vector with d, r, p, and q. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.