Donor-Destination Network Metrics
Source:R/analysis_donor_network_metrics.R
analysis_donor_network_metrics.RdBuilds a bipartite donor -> destination network from flows, filtered to include
only flows directed to the specified recipient_name. Computes node centrality measures
(degree, betweenness, eigenvector) for the involved donors and destinations.
Value
A list with components: graph (igraph object), donor_metrics (tibble), destination_metrics (tibble)
Examples
result <- analysis_donor_network_metrics(flows,
recipient_name = "United Nations High Commissioner for Refugees")
print(result$plot)