plot_dist | R Documentation |
This function plots a log-normal or gamma distribution.
plot_dist(shape = NULL, rate = NULL, meanlog = NULL, sdlog = NULL)
shape |
Shape parameter for gamma distribution |
rate |
Rate parameter for gamma distribution |
meanlog |
Mean parameter for gamma distribution |
sdlog |
Standard deviation parameter for gamma distribution |
plot_dist(shape=2, rate=0.5)
plot_dist(meanlog=3, sdlog=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.