Description Usage Arguments Value Examples
This function plots the degree distribution of a network in the form of edge list.
1  | degree.dist(edgelist, type = "out")
 | 
edgelist | 
 The input weighted edge list.  | 
type | 
 Option that indicating whether out- or in-measures to be calculated. The default is "out". The setting is irrelevant for undirected networks, but it must be specified.  | 
Return probability density of the degrees of the specified network.
1 2 3 4 5 6 7 8 9 10 11 12 13 14  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.