make_igraph: Creates an igraph from CDE matrix.

View source: R/inspre.R

make_igraphR Documentation

Creates an igraph from CDE matrix.

Description

Creates an igraph from CDE matrix.

Usage

make_igraph(
  R_cde,
  min_edge_value = 0.01,
  max_edge_value = NULL,
  scale_factor = NULL
)

Arguments

R_cde

Matrix of causal effects.

min_edge_value

Minimum edge strength for pruning.

max_edge_value

Set edges above this number to this.


brielin/inspre documentation built on Dec. 3, 2023, 4:55 a.m.