plot.tip: Plot a TIP or CPG curve

View source: R/gplot.R

plot.tipR Documentation

Plot a TIP or CPG curve

Description

plot.tip plots a so-called "Three I's of Poverty" (TIP) or Cumulative Poverty Gap (CPG) object.

Usage

## S3 method for class 'tip'
plot(
  x,
  add = FALSE,
  xlab = FALSE,
  ylab = FALSE,
  xlim = FALSE,
  ylim = FALSE,
  type = FALSE,
  ...
)

Arguments

add

A logical. If TRUE, the curve is added to an existing plot.

object

An object of class tip.

Details

lines.tip add lines to an existing tip plot.

plot.tipl plots a list of tip curves.

Plots the TIP curve.

Value

A plot.

Author(s)

Markus Jantti markus.jantti@iki.fi

References

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.

See Also

tip

Examples


plot(tip(runif(100)))


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