UrbanAnalyst / dodgr

Distances on Directed Graphs in R
https://urbananalyst.github.io/dodgr/
127 stars 16 forks source link

Weighted centrality #162

Closed mpadge closed 3 years ago

mpadge commented 3 years ago

Add optional vert_wts parameter to allow centrality to be weighted by user-specified weights

mpadge commented 3 years ago

The above implement weighted centrality at vertices (edges = FALSE). Re-opening to repeat calculations for edge centrality too