Is a network bipartite?
net_is_bipartite(.net) # S3 method for igraph net_is_bipartite(.net) # S3 method for network net_is_bipartite(.net)
.net | network of class |
---|
logical
scalar
net_is_bipartite(.net = florence_business_ig)#> [1] FALSEflorence_business_nw %>% net_is_bipartite()#> [1] FALSE