Count the number of nodes in a network.
node_count(.net) # S3 method for igraph node_count(.net) # S3 method for network node_count(.net)
.net | network of class |
---|
integer
scalar
node_count(.net = florence_business_ig)#> [1] 16florence_business_nw %>% node_count()#> [1] 16