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)
binary.network
: a 3D array giving the time-varying adjecency matrix of a dynamic network.network.color.options
: vector of colorsa list of two elements: a list of the maximal cliques at each time, and c list with colors for each clique at each time
Useful links