Usage Arguments Details Value Author(s)
1 2 | gammaDistHist(x = seq(0, 0.7, by = 0.01), df1 = 6, df2 = 25, mult = 20,
aspect = 2/5, stack = TRUE)
|
x |
'x' vector argument to |
df1 |
'shape' argument to |
df2 |
'rate' argument to |
mult |
multiplier used to convert density to counts |
aspect |
aspect ratio of plots; defaults to 2/5 |
stack |
stack plots or no; defaults to FALSE (side-by-side plots) |
Histogram of gamma distribution and its reverse. TODO: use geom_histogram() instead of geom_bar() for consistency with other functions TODO: label with (mean, median, mode)
Used for side effect of creating a plot.
Dave Braze davebraze@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.