Plot Destination Funding by Donor
Source:R/plot_destination_funding_donor.R
plot_destination_funding_donor.RdShows funding received at a destination from multiple donors. Useful to identify funding hotspots or dependency.
Examples
p <- plot_destination_funding_donor(flows, destination_name= "Burundi")
# and plot with more powerful subtitle
dubbed <- generate_plot_story(p, provider = "azure", model = "gpt-4.1-mini")
p + ggplot2::labs(subtitle = dubbed)