A {spectralGraphTopology} | R Documentation |
Computes the Adjacency linear operator which maps a vector of weights into a valid Adjacency matrix.
Description
Computes the Adjacency linear operator which maps a vector of weights into a valid Adjacency matrix.
Usage
A(w)
Arguments
w |
weight vector of the graph |
Value
Aw the Adjacency matrix
Examples
library(spectralGraphTopology)
Aw <- A(c(1, 0, 1))
Aw
[Package spectralGraphTopology version 0.2.3 Index]