plot_total_mortality: Plotting the yearly mortality per age group

Description Usage Arguments Value See Also Examples

View source: R/deaths.R

Description

plot_total_mortality is used to create a plot of the yearly mortality per age group since 2014.

Usage

1
plot_total_mortality(age = "A80+")

Arguments

age

A string that indicates the desired age group. Possible age groups are "A00-A34", "A35-A59", "A60-A79" and "A80+".

Value

A plot that shows the yearly mortality per age group.

See Also

Other Yearly mortality per age group: get_total_mortality()

Examples

1
2
3
4
plot_total_mortality(age="A35-A59")

## Not run: plot_total_mortality(age=65)
#The age group must be a string. Allowed strings are "A00-A34","A35-A59","A60-79" and "A80+".

slausmeister/revolution documentation built on Dec. 23, 2021, 3:24 a.m.