net_list_density_partition: Calculate the mean subgraph density matrix after partitioning

Description Usage Arguments

View source: R/net_list_density_partition.R

Description

Calculate the mean subgraph density matrix after partitioning

Usage

1
2
net_list_density_partition(netlist, directed = FALSE, configuration,
  tau = NULL, K = NULL, seed = 1234)

Arguments

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.


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