as_igraph {PLEXI}R Documentation

Convert plexi graph data to igraph

Description

Convert plexi graph data to igraph

Usage

as_igraph(plexi.graph, edge.threshold = 0)

Arguments

plexi.graph

plexi graph data

edge.threshold

numeric

Value

igraph object

Examples

data = example_data()
graph = as_igraph(plexi.graph = data[["plexi_graph_example"]])


[Package PLEXI version 1.0.0 Index]