Description Usage Arguments Value Examples
View source: R/post_functions.R
Create an igraph
object from weighted adjacency matrix
1 |
w.adj |
The weighted adjacency matrix to be converted to an |
v.col |
The vertex colours. Numeric vector of length equal to number of taxa in network. |
e.col |
The edge colours. Numeric vector of length equal to number of taxa in network. If NULL, then colour green/red based on positive/negative weights. |
An object of class igraph
corresponding to the provided adjacency matrix
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.