as_igraph: Convert plexi graph data to igraph

View source: R/utility_functions.R

as_igraphR 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"]])


PLEXI documentation built on Aug. 9, 2023, 5:08 p.m.

Related to as_igraph in PLEXI...