change vertexc shape conditionally igraph r

前端 未结 0 796
你的背包
你的背包 2020-12-16 00:12

I can change the color of the vertices conditionally:

V(net)$color <- ifelse(V(net)$type == "bla", "darkblue", "orange")


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