igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] Walktrap Algorithm


From: Tamas Nepusz
Subject: Re: [igraph] Walktrap Algorithm
Date: Tue, 18 Feb 2020 08:53:19 +0100

Hello,

"Error in igraph::cluster_walktrap(c, weights = c$weight, steps = 4, merges = TRUE,  :
  Not a graph object!"
You cannot pass a graph object from another graph library (qgraph in this case) to the igraph library. You need to create a graph using igraph's own functions.

T.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]