degree.dists | R Documentation |
Calculates degree distribution probability density. By default calculates an uncorrelated (random) density for a given degree.
degree.dists(d, exp.lambda = 3/2, normalize = TRUE)
d |
degree |
exp.lambda |
if not NULL, allows specification of chaotic |
normalize |
ensures that sum of demsities = 1 |
In general f(d) = \exp(-\lambda d)
where d
is the degree. For random degree distributions, \lambda = \log(3/2)
.
Returns a density plot for a degree.
Ken Aho
degree.distribution
, plot_degree.dist
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.