powered by
graphjs
Convert a matrix or column-sparse matrix to a list of edges and nodes for use by graphjs.
matrix2graph(M)
either a matrix or any of the possible column sparse matrix objects from the Matrix package.
A list with node and edges data frame entries used by graphjs.
graphjs, graph2Matrix
graph2Matrix
# NOT RUN { data(LeMis) M <- graph2Matrix(LeMis$edges, LeMis$nodes) G <- matrix2graph(M) # }
Run the code above in your browser using DataLab