powered by
"plot"(x, years = x$year, main, xlab = "Age", ylab = "Expected number of years left", ...) "lines"(x, years = x$year, ...)
lifetable
plot.fds
life.expectancy
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)
Run the code above in your browser using DataLab