igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] vertex attribute in bipartite network


From: Tamas Nepusz
Subject: Re: [igraph] vertex attribute in bipartite network
Date: Mon, 4 Nov 2019 14:38:06 +0100

how to create igraph bipartite network that has vertex attribute?

V(g)$attribute.name <- attribute.values

E.g.:

V(g)$name = sapply(1:vcount(g), function (x) { paste("Node", x) })

T.

reply via email to

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