| euler_characteristic | R Documentation |
Computes \chi = \sum_{k=0}^{d} (-1)^k f_k where f_k is the
number of k-simplices. By the Euler-Poincare theorem,
\chi = \sum_{k} (-1)^k \beta_k.
euler_characteristic(sc)
sc |
A |
Integer.
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)
euler_characteristic(sc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.