plot.predict.DoubleGap | R Documentation |
Generic Plot Function for Class predict.DoubleGap
## S3 method for class 'predict.DoubleGap'
plot(
x,
show.legend = TRUE,
ylim = NULL,
asp = 1.8,
xlab = "\nYear",
ylab = "\nLife Expectancy Level",
...
)
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 |
Marius D. Pascariu
DoubleGap
# Complete examples are provided in help page of the DoubleGap function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.