PlotParetoPDF: Plot Pareto probability density function

Description Usage Arguments Details Value

Description

Plot Pareto probability density function using the location, scale, and shape parameters

Usage

1
2
3
4
5
6
7
PlotParetoPDF(
  location = 1,
  scale = 1,
  shape = 1,
  xlim = NULL,
  color = "darkgreen"
)

Arguments

location

Numeric, location parameter, default is 1

scale

Numeric, scale parameter, default is 1.

shape

Numeric, shape parameter, default is 1.

xlim

Numeric, sets plot x lim max, default is 99th percentile.

color

Details

x-axis is set to have 500 values. Commented out section: 75th and 95th percentiles are shown with dashed red lines.

Value

Plot of Parteo probability density function


Blakemassey/baear documentation built on Dec. 25, 2021, 9:48 a.m.