Learn R Programming

PLEXI (version 1.0.0)

as_igraph: Convert plexi graph data to igraph

Description

Convert plexi graph data to igraph

Usage

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

Value

igraph object

Arguments

plexi.graph

plexi graph data

edge.threshold

numeric

Examples

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

Run the code above in your browser using DataLab