astamm / nevada

NEtwork-VAlued Data Analysis
https://astamm.github.io/nevada/
GNU General Public License v3.0
6 stars 2 forks source link

Network visualisation with multidimensional scaling (MDS) #4

Closed danielemule closed 2 years ago

danielemule commented 2 years ago

Plotting two samples of networks via plot.nvd causes some warnings. For example:

n=10
x=nvd("smallworld",n)
y=nvd("pa",n)
plot(x,y)

It causes the following warnings (I report only the first two, the others are similar):

1: Problem with `mutate()` input `mds`.
i The membership argument is deprecated; modularity_matrix does not need it
i Input `mds` is ``%>%`(...)`.
2: In igraph::modularity_matrix(graph = network, membership = rep(1,  ... :
The membership argument is deprecated; modularity_matrix does not need it