A | R Documentation |
Computes the Adjacency linear operator which maps a vector of weights into a valid Adjacency matrix.
A(w)
w |
weight vector of the graph |
Aw the Adjacency matrix
library(spectralGraphTopology) Aw <- A(c(1, 0, 1)) Aw
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.