plotPareto: Plot the PDF of the Pareto distribution.

Description Usage Arguments Value Note Examples

Description

Plot the PDF of the Pareto distribution.

Usage

1
plotPareto(xm, alpha)

Arguments

xm

xm parameter of the Pareto distribution.

alpha

alpha parameter of the Pareto distribution.

Value

The PDF of Pareto(xm, alpha).

Note

The output can be treated like any ggplot2 object and modified accordingly.

Examples

1
2
3
plotPareto(1, 1)
plotPareto(5, 3)
## Not run: plotPareto(5, 3) + ggtitle('I hate the default title!')

Example output



bayesAB documentation built on June 25, 2021, 1:07 a.m.