| plot.simplicial_complex | R Documentation |
Produces a multi-panel summary: f-vector, simplicial degree ranking, and degree-by-dimension heatmap.
## S3 method for class 'simplicial_complex'
plot(x, ...)
x |
A |
... |
Ignored. |
A grid grob (invisibly).
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)
if (requireNamespace("gridExtra", quietly = TRUE)) plot(sc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.