It would be nice to be able to merge the minimal spanning tree of a graph with the thresholded version so that the final graph has a density above a certain percentage of the mst.
At the moment the union function seems to be able to combine graphs but not attributes. So the weights of each edge are stored as new seperate attributes.
For some strange reason simply adding up those attributes only gives NA's...
It would be nice to be able to merge the minimal spanning tree of a graph with the thresholded version so that the final graph has a density above a certain percentage of the mst.
At the moment the union function seems to be able to combine graphs but not attributes. So the weights of each edge are stored as new seperate attributes.
For some strange reason simply adding up those attributes only gives NA's...