plot.predict.DoubleGap {MortalityGaps} | R 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 |
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 |
ylab |
A title for the y axis: see |
... |
Further graphical parameters as in |
Author(s)
Marius D. Pascariu
See Also
Examples
# Complete examples are provided in help page of the DoubleGap function.
[Package MortalityGaps version 1.0.0 Index]