A {spectralGraphTopology} | 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