plot.predict.DoubleGap: Generic Plot Function for Class predict.DoubleGap

View source: R/Graphics.R

plot.predict.DoubleGapR Documentation

Generic Plot Function for Class predict.DoubleGap

Description

Generic Plot Function for Class predict.DoubleGap

Usage

## S3 method for class 'predict.DoubleGap'
plot(
  x,
  show.legend = TRUE,
  ylim = NULL,
  asp = 1.8,
  xlab = "\nYear",
  ylab = "\nLife Expectancy Level",
  ...
)

Arguments

x

An object of class predict.DoubleGap

show.legend

Logical. Indicate whether to display the legend or not. Default: TRUE.

ylim

Numeric vectors of length 2, giving the x and y coordinates ranges.

asp

Numeric, giving the aspect ratio y/x.

xlab

A title for the x axis: see title.

ylab

A title for the y axis: see title.

...

Further graphical parameters as in par.

Author(s)

Marius D. Pascariu

See Also

DoubleGap

Examples

# Complete examples are provided in help page of the DoubleGap function.

MortalityGaps documentation built on April 3, 2025, 7:34 p.m.