net_stat_partition: Partition a network and calculate configuration

Description Usage Arguments

View source: R/net_stat_partition.R

Description

Partition a network and calculate configuration

Usage

1
2
net_stat_partition(net, directed = FALSE, configuration, tau = NULL,
  K = NULL, seed = 1234)

Arguments

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.


jihuilee/PCAN documentation built on Dec. 21, 2021, 12:05 a.m.