r - Graph with node size depending on another dataset -


i new in r , trying plot graph different connections of political parties, though account of flow of money trying make vertices size proportional finances. have made adjacency matrix allowed me draw first network plot trying account size gives results nodes on each other.

this using:

plot(my_second_network,   layout = layout.grid,   vertex.label=toupper(1:16),   vertex.size = flow1$tt,   vertex.shape = "square",   vertex.color="white",   vertex.frame.color= "black",   vertex.label.color = "black",   vertex.label.family = "sans",   vertex.label.cex=1,   edge.width=2,   edge.color="black") 


Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -