igraph-help
[Top][All Lists]
Advanced

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

[igraph] Bug report


From: David Morton EPFL
Subject: [igraph] Bug report
Date: Wed, 16 Jul 2008 10:15:43 +0200

Hi there,

You may want to fix this little thing
for the next release of igraph in R.

    m = matrix(c(1,2,3,4),2,2)
    graph.adjacency(m,"upper")

would work fine but

   graph.adjacency(m,"upper",weighted=TRUE)

wouldn't see the self-loops.
The same with other options of graph.adjacency (e.g. "both")

Ciao.

David Morton

reply via email to

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