powered by
This function builds a network from a transition matrix in a tna object and computes edge betweenness for the network.
tna
betweenness_network(x, directed)# S3 method for tna betweenness_network(x, directed)
# S3 method for tna betweenness_network(x, directed)
A tna object where the edge weights are edge betweenness values.
A tna object.
A logical value. If TRUE, the network is considered directed.
logical
TRUE
Centrality measure functions centralities(), plot.group_tna_centralities(), plot.tna_centralities(), print.group_tna_centralities(), print.tna_centralities()
centralities()
plot.group_tna_centralities()
plot.tna_centralities()
print.group_tna_centralities()
print.tna_centralities()
model <- tna(group_regulation) betweenness_network(model)
Run the code above in your browser using DataLab