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

Description Usage Arguments Author(s) See Also Examples

View source: R/Graphics.R

Description

Generic Plot Function for Class predict.DoubleGap

Usage

1
2
3
4
## 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

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

mpascariu/MortalityGaps documentation built on May 7, 2021, 1:45 p.m.