hasse | R Documentation |
hasse plots the Hasse diagram of a list of (ordinary, generalized or absolute) Lorenz or TIP curves
hasse(object, above.p = 0.1, lor.type = "ord", ...)
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. |
A Hasse diagram is a vizualization of the strict partial order generated by the Lorenz curve comparisons.
A plot.
Markus Jantti markus.jantti@iki.fi
atkinsonsmeedingandrainwater1995incdist
lorenz
, tip
.
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.