powered by
Convert adjacency matrix to plexi graph data
as_plexi_graph(adj.list, outcome = NULL)
plexi.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_plexi_graph(adj.list)
Run the code above in your browser using DataLab