Open czucca opened 2 years ago
Probably easiest to write a fully functional method for class matrix
. Then, the methods for igraph
and network
and data.frame
can simply just convert the graph to a matrix
and then call that method for the plotting.
Currently
plot_weighted_graph
takes class matrix.Implement plots also for weighted graph of class
igraph
network
data.frame