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