powered by
Plot the PDF of the Pareto distribution.
plotPareto(xm, alpha)
xm parameter of the Pareto distribution.
alpha parameter of the Pareto distribution.
The PDF of Pareto(xm, alpha).
# 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