Fairly straightforward, I'm working with a lot of network data represented as adjacency matrices. I've been using R's igraph package with some success and I'm just trying to figure out a way to set the width of the edges in the tkplot output to automatically scale to the width of that edge in the adjacency matrix. So the edges with more weights are thicker, etc.
I'm not very familiar with other representational forms of edges (such as edge lists) so some kind of idea grounded in adjacency matrices would be superb.
Any thoughts?