| print.persistent_homology | R Documentation |
Print persistent homology results
## S3 method for class 'persistent_homology'
print(x, ...)
x |
A |
... |
Additional arguments (unused). |
The input object, invisibly.
mat <- matrix(c(0,.6,.5,.6,0,.4,.5,.4,0), 3, 3)
colnames(mat) <- rownames(mat) <- c("A","B","C")
ph <- persistent_homology(mat, n_steps = 10)
print(ph)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.