View source: R/get_network_colors.R
get_network_colors | R Documentation |
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 colors |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.