as_igraph {PLEXI} | 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"]])