Description Usage Arguments Details Value
This helper function takes the list of shortest paths, as retrieved by
either one_to_many
or assorted_dyads
, and uses it
to finish the computation of targeted betwenness centrality.
1 | compute_targbetween(network, paths, num_dyads, update = 0)
|
network |
An |
paths |
Shortest paths retrieved by
|
num_dyads |
Number of dyads used in the analysis that generated
|
update |
A numeric value indicating how many loop iterations should
elapse between progress updates (default = |
This function should not be called directly. Instead, provide the
network
and the set of dyads
that you want to analyze to
targbetween_alldyads
or targbetween
. Each of
those functions calls compute_targbetween
as needed.
A data.frame with the results for targeted betweenness centrality
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.