Plot life expectancy from lifetable
plots life expectancy for each age and each year as functional time series.
## S3 method for class 'lifetable' plot(x, years = x$year, main, xlab = "Age", ylab = "Expected number of years left", ...) ## S3 method for class 'lifetable' lines(x, years = x$year, ...)
Rob J Hyndman
france.lt <- lifetable(fr.mort) plot(france.lt) france.LC <- lca(fr.mort) france.fcast <- forecast(france.LC) france.lt.f <- lifetable(france.fcast) plot(france.lt.f,years=2010)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.