Description Usage Arguments Examples
This function allows you to calculate the average graph from a list of graphs.
1 | average.graph(graphs, threshold = 0.5, to = "igraph")
|
graphs |
List of graphs. |
threshold |
Minimum strength required for a coefficient to be included in the average graph (optional). Default: 0.5 |
to |
Output format ('adjacency', 'edges', 'graph', 'igraph', or 'bnlearn') (optional). |
1 | graph <- average.graph(graphs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.