Entering edit mode
7.2 years ago
Vania
▴
10
I am using igraph to construct a networks. But I have a doubt, I have nodes with 3 different attributes (On, Off and Unknown). For example:
N1 ON
N1 OFF
N2 UNKNOWN
N2 ON
N2 OFF
How can I set the three different attributes in the same node?
Something like this ?
Check
igraph
docs to modify network.I don't think this answer the question. As I understand it, OP wants to have multiple values as an attribute.
I was also little skeptical about my understanding about the question (hence the
?
).