plot.tip | R Documentation |
plot.tip plots a so-called "Three I's of Poverty" (TIP) or Cumulative Poverty Gap (CPG) object.
## S3 method for class 'tip'
plot(
x,
add = FALSE,
xlab = FALSE,
ylab = FALSE,
xlim = FALSE,
ylim = FALSE,
type = FALSE,
...
)
add |
A logical. If TRUE, the curve is added to an existing plot. |
object |
An object of class tip. |
lines.tip add lines to an existing tip plot.
plot.tipl plots a list of tip curves.
Plots the TIP curve.
A plot.
Markus Jantti markus.jantti@iki.fi
Jenkins, Stephen P & Peter J Lambert ( 1997), ‘Three 'i’s of poverty curves, with an analysis of U.K. poverty trends', Oxford Economic Papers 49(3), 317-327.
tip
plot(tip(runif(100)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.