Description Usage Arguments Value Examples
Compute matrix with degree of each vertex on the diagonal
1 | degree(adjacency.mat)
|
adjacency.mat |
Adjacency matrix |
Matrix with degrees of vertex i on [ i, i ]
1 2 3 | adjacency.mat = adjacency(pairwiseDistance(iris[1:50,1:4]),
similarity(iris[1:50,1:4]), 2)
degree(adjacency.mat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.