View source: R/net_stat_partition.R
Partition a network and calculate configuration
1 2 | net_stat_partition(net, directed = FALSE, configuration, tau = NULL,
K = NULL, seed = 1234)
|
net |
A network (adjacency matrix) |
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. |
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.