Learn R Programming

bayesAB (version 1.1.3)

plotPareto: Plot the PDF of the Pareto distribution.

Description

Plot the PDF of the Pareto distribution.

Usage

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).

Examples

Run this code
# NOT RUN {
plotPareto(1, 1)
plotPareto(5, 3)
# }
# NOT RUN {
plotPareto(5, 3) + ggtitle('I hate the default title!')
# }

Run the code above in your browser using DataLab