View source: R/AbstractSimplicialComplex.R
| abstract_simplicial_complex | R Documentation |
Compute Euler characteristic for an abstract simplicial complex
abstract_simplicial_complex(simplices, dimension, tol = NULL)
simplices |
A list of simplices (each a numeric vector). |
dimension |
Optional max dimension to compute up to. |
tol |
Optional numerical tolerance to pass to |
The Euler characteristic \chi.
simplices <- list(c(1, 2), c(3, 4), c(2, 1, 3), c(4, 2))
abstract_simplicial_complex(simplices, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.