get_network_colors function

get_network_colors() Finds all maximal cliques in the network at each time point and tries to assign them a useful coloring

get_network_colors() Finds all maximal cliques in the network at each time point and tries to assign them a useful coloring

get_network_colors(binary.network, network.color.options = NULL)

Arguments

  • binary.network: a 3D array giving the time-varying adjecency matrix of a dynamic network.
  • network.color.options: vector of colors

Returns

a list of two elements: a list of the maximal cliques at each time, and c list with colors for each clique at each time

  • Maintainer: Henry Scharf
  • License: GPL-3
  • Last published: 2025-03-02

Useful links