igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] modification of color /shape of hub


From: Tamás Nepusz
Subject: Re: [igraph] modification of color /shape of hub
Date: Tue, 17 Sep 2013 13:42:22 +0200

> Wondering if it’s possible to modify the shape or color of node which 
> connects to more than some numbers of other nodes. Any input/suggestion will 
> be greatly appreciated.
Assuming that you use R:

V(g)[degree(g) > threshold]$color <- "red"

or something similar.

Cheers,
Tamas




reply via email to

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