Description Usage Arguments Value See Also Examples
Plots a heatmap of the basis.
1 | plot_basis(b, n_cl = NA, ...)
|
b |
The basis matrix, containing the basis vectors in the columns. |
n_cl |
The number of clusters individual basis vectors are grouped into. NA means no clustering is performed. |
... |
other arguments passed to pheatmap. |
Nothing. Just plots :O
plot_red
for a geometric visualization.
1 2 3 4 | S <- matrix(c(1,0,0,1,-1,0, 0, -1), nrow=2)
rownames(S) <- c('A', 'B')
V <- polytope_basis(S)
plot_basis(V)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.