make_graph: Procedure to generate graph topologies for Gaussian Graphical...

View source: R/community_graph.R

make_graphR Documentation

Procedure to generate graph topologies for Gaussian Graphical Models

Description

Procedure to generate graph topologies for Gaussian Graphical Models

Usage

make_graph(method, D, e, enforce = TRUE, ...)

Arguments

method

Type of graph to make

D

Number of nodes/OTUs (Graph dimension)

e

Number of edges (preferably sparse, must be at least 1/2 D)

enforce

add/remove edges to enforce graph has e edges

...

additional options to graph method


zdk123/SpiecEasi documentation built on Oct. 20, 2023, 6:49 a.m.