Skip to contents

Shows how a specific recipient organization’s funding is distributed across donors. Useful for assessing donor diversification and reliance.

Usage

plot_recipient_funding_composition(flows, recipient_name)

Arguments

flows

A dataframe of humanitarian funding flows (FTS format).

recipient_name

The name of the recipient organization to filter.

Value

A ggplot object showing donor shares of recipient funding.

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)