R/net.R
net_is_weighted.Rd
Are a network's edges weighted?
net_is_weighted(.net)
network of class igraph or network.
igraph
network
logical scalar
logical
net_is_weighted(.net = florence_business_ig)#> [1] FALSE florence_business_nw %>% net_is_weighted()#> [1] FALSE
Brendan Knapp brendan.knapp@nps.edu