View source: R/community_graph.R
make_graph | R Documentation |
Procedure to generate graph topologies for Gaussian Graphical Models
make_graph(method, D, e, enforce = TRUE, ...)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.