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

Description Usage Arguments

View source: R/community_graph.R

Description

Procedure to generate graph topologies for Gaussian Graphical Models

Usage

1
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/codmeR documentation built on May 4, 2019, 10:14 p.m.