Thanks for the answer. Unfortunately, I'm not very familiar with the graph and RBGL package and I stopped at drawing the graph.
How do you convert the ms into a graph and plot it?
I used the following code:
e <- buildEdgeList(dist.g)
n <- buildNodeList(dist.g)
z <- agopen(nodes=n, edges=e, edgeMode="directed", name="")
plot(z)
But R does not draw the graph. It just consumes all the CPU.
--
Mathias
