plot_change | R Documentation |
Plot the difference in life expectancy of two life tables
plot_change(
L1,
L2,
age = seq(0, 110, by = 10),
perc = FALSE,
title = NULL,
subtitle = ""
)
L1 |
Life table corresponding to the region/time period 1; |
L2 |
Life table corresponding to the region/time period 2; |
age |
Reference ages. |
perc |
Logical. If TRUE data will be displayed as percentages else as absolute values. Default: FALSE. |
title |
The text for the title. |
subtitle |
The text for the subtitle for the plot which will be displayed below the title. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.