Thank you. I tried weights(mg) but I got the following error in the example above:
MethodError: objects of type Array{Float64,1} are not callable
Use square brackets for indexing an Array.
Any suggestion on how I can output the nXm weighted matrix?
Regarding the second issue, I found the graft.jl that seems to produce the vertex table I was looking for (although it does not seem to be supported anymore). Basically I was wondering if it is possible to output the vertexid and the label of the id. My labels are i,j,k,z,1,2,3 but they are indexed and I do not know what node gets what index. For example, when I output the adjacency matrix I do not know whether the first row is for i,j,…etc. I need this information to merge the output of the network analysis with other variables. Hope I was able to explain myself.
Thank you again for any help.