| q_analysis | R Documentation |
Computes Q-connectivity structure (Atkin 1974). Two maximal simplices
are q-connected if they share a face of dimension \geq q. Reports:
Q-vector: number of connected components at each q-level
Structure vector: highest simplex dimension per node
q_analysis(sc)
sc |
A |
A q_analysis object with $q_vector,
$structure_vector, and $max_q.
Atkin, R. H. (1974). Mathematical Structure in Human Affairs.
mat <- matrix(c(0,.6,.5,.6,0,.4,.5,.4,0), 3, 3)
colnames(mat) <- rownames(mat) <- c("A","B","C")
sc <- build_simplicial(mat, threshold = 0.3)
q_analysis(sc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.