Skip to contents

Plot DALYs per 100,000 by infection type

Usage

plot_tradeoff(data, region = "Region")

Arguments

data

Data frame with columns `hai_type` and `dalys_per100k`.

region

Character string specifying region name (e.g. "Germany" or "EU/EEA").

Value

A ggplot object showing DALYs by infection type.

Examples

plot_tradeoff(asg4::germany_burden, "Germany")