Description Usage Arguments Value Note Examples
Plot the PDF of the Pareto distribution.
1 | plotPareto(xm, alpha)
|
xm |
xm parameter of the Pareto distribution. |
alpha |
alpha parameter of the Pareto distribution. |
The PDF of Pareto(xm, alpha).
The output can be treated like any ggplot2
object and modified accordingly.
1 2 3 | plotPareto(1, 1)
plotPareto(5, 3)
## Not run: plotPareto(5, 3) + ggtitle('I hate the default title!')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.