plot.predict.Oeppen: Plot the Predicted Age-at-Death Distribution

Description Usage Arguments See Also Examples

View source: R/plot_Oeppen.R

Description

Plot the Predicted Age-at-Death Distribution

Usage

1
2
3
4
5
6
7
## S3 method for class 'predict.Oeppen'
plot(x, plotType = c("mean", "lower", "upper"),
  ny = 7, level = 80, ...)

## S3 method for class 'predict.OeppenC'
plot(x, plotType = c("mean", "lower", "upper"),
  ny = 7, level = 80, ...)

Arguments

x

An object generated using the predict function;

plotType

The type of the plot. The alternatives are "mean", "lower", "upper". Default: "mean".

ny

Number of years to be selected from input data and to be added in the plot.

level

Sets the number of quantiles the data should be broken into. Default: 80.

...

Other plotting parameters to be passed to the plotting functions. This can be used to control the appearance of the plots.

See Also

model.Oeppen model.OeppenC

Examples

1
# For examples go to ?model.Oeppen or ?model.OeppenC

mpascariu/MortalityForecast documentation built on Sept. 28, 2020, 2:40 p.m.