| print.persistence_landscape | R Documentation |
Print Persistence Landscape
## S3 method for class 'persistence_landscape'
print(x, ...)
x |
A |
... |
Ignored. |
The input, invisibly.
mat <- matrix(c(0, .6, .5, .6, 0, .4, .5, .4, 0), 3, 3)
rownames(mat) <- colnames(mat) <- c("A","B","C")
ph <- persistent_homology(mat, n_steps = 5)
pl <- persistence_landscape(ph, k_max = 3, dimension = 0)
print(pl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.