| igraph_to_wdnet {wdnet} | R Documentation |
Converts an igraph object to a wdnet object
Description
Converts an igraph object to a wdnet object
Usage
igraph_to_wdnet(g)
Arguments
g |
An |
Value
A wdnet object.
Examples
g <- igraph::sample_pa(50)
netwk <- igraph_to_wdnet(g)
[Package wdnet version 1.2.3 Index]