Plot Recipient Funding Composition by Donor
Source:R/plot_recipient_funding_composition.R
plot_recipient_funding_composition.RdShows how a specific recipient organization’s funding is distributed across donors. Useful for assessing donor diversification and reliance.
Examples
p <- plot_recipient_funding_composition(flows,
recipient_name = "United Nations High Commissioner for Refugees")
# and plot with more powerful subtitle
dubbed <- generate_plot_story(p, provider = "azure", model = "gpt-4.1-mini")
p + ggplot2::labs(subtitle = dubbed)