Count the number of edges in a network.
edge_count(.net) # S3 method for igraph edge_count(.net) # S3 method for network edge_count(.net)
.net | network of class |
---|
numeric
scalar
edge_count(.net = florence_business_ig)#> [1] 30florence_business_nw %>% edge_count()#> [1] 30florence_combo_ig %>% edge_count()#> [1] 70