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