powered by
Convert adjacency matrix to mnda graph data
as.mnda.graph(adj.list, outcome = NULL)
mnda.graph data
list of adjacency matrices with matching nodes
graph outcomes or graph labels. If NULL, outcome = 1:N_graphs.
outcome = 1:N_graphs
data = example_data() adj.list = list(data[["adj_mat_example"]], data[["adj_mat_example"]]) graph.data = as.mnda.graph(adj.list)
Run the code above in your browser using DataLab