net.as | R Documentation |
Convert a network in weighted adjacency matrix, edge list, or igraph to a weighted adjacency matrix, edge list, or igraph format.
net.as(network, net.to = "E_List", directed = FALSE)
network |
Weighted adjacency matrix, weighted |
net.to |
Specifics to what format the imputed network is to be converted: |
directed |
If |
A network of the format specified by net.to
.
Alexander Mercier
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.