Plot Mortality Rates
plot_mortality.Rd
Plot Mortality Rates
Arguments
- df
A data frame containing batch output results from DYNAMO-HIA.
- x_axis
Column to use for x-axis (default
"year"
).- split_by
Column to use for color/fill splitting (default
"scenario"
).- age
Optional age group to filter. By default (
NULL
), the youngest age group is used.- year
Optional year to filter. By default (
NULL
), the earliest year is used.