Vertices which are in the rich club will be assigned an attribute
rich
, taking on a binary value. Their colors (attribute
color.rich
) will be either red or gray. Their sizes
(attribute size.rich
) will either be 10 or will be proportional to
their degree.
Edge attribute type.rich
takes on three values: rich-club (if
it connects two rich-club vertices), feeder (if it connects a rich- to
a non-rich-club vertex), and local (if it connects two non-rich-club
vertices). They will also be given a color.rich
attribute (either
red, orange, or green). Edge sizes (size.rich
)
will be largest for rich-club connections, then smaller for
feeder, and smallest for local.