View source: R/utility_functions.R
as_plexi_graph | R Documentation |
Convert adjacency matrix to plexi graph data
as_plexi_graph(adj.list, outcome = NULL)
adj.list |
list of adjacency matrices with matching nodes |
outcome |
graph outcomes or graph labels. If NULL, |
plexi.graph data
data = example_data()
adj.list = list(data[["adj_mat_example"]], data[["adj_mat_example"]])
graph.data = as_plexi_graph(adj.list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.