Plot Recipient Funding by Contribution Type
Source:R/plot_recipient_contribution_type.R
plot_recipient_contribution_type.RdVisualizes the split of funding received by a recipient based on contribution type (e.g., financial or in-kind). Useful to assess funding modality diversity.
Examples
p <- plot_recipient_contribution_type(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)