make_graph_weighted {clustAnalytics} | R Documentation |
Make graph weighted
Description
Given a graph, create a "weight" attribute set to 1 for the edges if it doesn't exist already.
Usage
make_graph_weighted(g)
Arguments
g |
igraph graph |
Value
igraph graph with either all edge weights set to 1 (if the original graph was unweighted), or to their original weights if they already existed (in this case, the graph isn't modified at all).
[Package clustAnalytics version 0.5.5 Index]