Description Usage Arguments Value Examples
View source: R/strength.dist.R
This function plots the strength distribution of a network in the form of edge list.
1 | strength.dist(edgelist, type = "out", by = 1, alpha = 0.5)
|
edgelist |
The input edge list. |
type |
Option 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. |
by |
number: increment of the sequence |
alpha |
Default is 0.5. |
Return probability density of the strengths 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.