Lchs {hotspots} | R Documentation |
Lorenz curve with hot spot cutoff
Description
Plot a Lorenz curve with a hot spot cutoff on it.
Usage
Lchs(x, ...)
Arguments
x |
|
... |
further plotting parameters to pass to |
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.
Author(s)
Anthony Darrouzet-Nardi
See Also
Examples
Lchs(hotspots(rlnorm(100)))
[Package hotspots version 1.0.3 Index]