View source: R/net_list_density_partition.R
Calculate the mean subgraph density matrix after partitioning
1 2 | net_list_density_partition(netlist, directed = FALSE, configuration,
tau = NULL, K = NULL, seed = 1234)
|
directed |
Default is FALSE (undirected network). |
configuration |
Collection of network statistics (topological features) |
tau |
Minimum size of a subgraph |
K |
The number of subgraphs |
seed |
Seed number. Default is 1234. |
net |
A network (adjacency matrix) |
minsize |
Minimum size of a network for determining K and tau. Default is the size of the network net. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.