View source: R/utility_functions.R
as.igraph | R Documentation |
Convert mnda graph data to igraph
as.igraph(mnda.graph, edge.threshold = 0)
mnda.graph |
mnda graph data |
edge.threshold |
numeric |
igraph object
data = example_data() graph = as.igraph(mnda.graph = data[["mnda_graph_example"]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.