hasse: Plot the Hasse diagram of a list of Lorenz or TIP curves

View source: R/hasse.R

hasseR Documentation

Plot the Hasse diagram of a list of Lorenz or TIP curves

Description

hasse plots the Hasse diagram of a list of (ordinary, generalized or absolute) Lorenz or TIP curves

Usage

hasse(object, above.p = 0.1, lor.type = "ord", ...)

Arguments

object

A list of Lorenz curve objects.

above.p

Start comparison of this population fraction.

lor.type

For lorenz curves, gives the type of Lorenz curve.

...

Additional argumens to dominates.lorenz or dominates.tip.

Details

A Hasse diagram is a vizualization of the strict partial order generated by the Lorenz curve comparisons.

Value

A plot.

Author(s)

Markus Jantti markus.jantti@iki.fi

References

\insertRef

atkinsonsmeedingandrainwater1995incdist

See Also

lorenz, tip.

Examples


lor.1 <- lorenz(rep(c(3, 3, 3, 3, 3), each=20), q = FALSE)
lor.2 <- lorenz(rep(c(1, 2, 3, 4, 5), each=20), q = FALSE)
lor.3 <- lorenz(rep(c(1, 1, 3, 4, 6), each=20), q = FALSE)
lor.4 <- lorenz(rep(c(1.5, 2, 3, 4, 5.5), each=20), q = FALSE)
lor.5 <- lorenz(rep(c(1, 1, 1, 5, 7), each=20), q = FALSE)
hasse(list("a"=lor.1, "b"=lor.2, "c"=lor.3, "d"=lor.4, "e"=lor.5))



mjantti/incdist documentation built on Aug. 23, 2023, 5:33 p.m.