I was wondering if there is a way to change the edge thickness when using tkplot()
I know you can do it by right clicking the edge and changing it manually, but I would like to be able to call up an attribute to use for the edge. Similar to when using the normal plot function in igraph where I can do edge.width=E(g)$Weight
Also, is there a way to save the tkplot as a png without the use of other packages? Thanks!