setting different vertex sizes in igraph

前端 未结 0 1910
傲寒
傲寒 2020-12-13 18:06

I created a bipartite network using igraph:

net2 <- graph_from_incidence_matrix(df)
table(V(net2)$type)

V(net2)$color <- c("steel blue", &quo         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题