Description Usage Arguments Value Examples
This function generates the equivalent star network for a given weighted network.
| 1 | 
| net | A network in the form of adjacency matrix or edge list. | 
| type | Option that indicates the type of the network. "adjacency": adjacency matrix; "edgelist": edge list | 
| weighted | Logical scalar indicating whether the specified network is weigthed or not. | 
Equivalent star network of the specified network in the form of adjacency matrix or edge list, depending on the "type" initially specified.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.