get_network_colors {anipaths} | R Documentation |
get_network_colors() Finds all maximal cliques in the network at each time point and tries to assign them a useful coloring
Description
get_network_colors() Finds all maximal cliques in the network at each time point and tries to assign them a useful coloring
Usage
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 |
Value
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
[Package anipaths version 0.10.5 Index]