Learn R Programming

hotspots (version 1.0.5)

Lchs: Lorenz curve with hot spot cutoff

Description

Plot a Lorenz curve with a hot spot cutoff on it.

Usage

Lchs(x, ...)

Arguments

x

"hotspots" object

...

further plotting parameters to pass to plot.Lc

Author

Anthony Darrouzet-Nardi

Details

Uses the function plot.Lc from the ineq package to plot a Lorenz curve based on the data in a hotspots object. The location of the hot spot cutoff on the Lorenz curve is then drawn as a filled black circle.

See Also

hotspots, Lc, plot.Lc

Examples

Run this code
Lchs(hotspots(rlnorm(100)))

Run the code above in your browser using DataLab