get_network_colors: get_network_colors() Finds all maximal cliques in the network...

View source: R/get_network_colors.R

get_network_colorsR 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


anipaths documentation built on Jan. 17, 2023, 1:14 a.m.