powered by
Function for converting a network adjacency matrix into the correct format for use with geomnet
# S3 method for adjmat fortify(model, data = NULL, ...)
An adjacency matrix of class "adjmat".
"adjmat"
not used in this function
# NOT RUN { data(emon, package = "network") adjmat <- as.adjmat(network::as.matrix.network.adjacency(emon$MtSi)) str(adjmat) fortify(adjmat) # }
Run the code above in your browser using DataLab