View source: R/plot_degree.dist.R
plot_degree.dist | R Documentation |
Plots bserved degree distribution against models for uncorrelated random, chaotic and correlated random processes.
plot_degree.dist(G, mode = "all", exp.lambda = c(1.1, 3/2, 2), leg.loc = "topright")
G |
Graph object of class "igraph". See |
mode |
Character string, one of |
exp.lambda |
log.lamda = if not NULL, allows specification of chaotic |
leg.loc |
placement of |
Plots processes for observed versus distributions under random or chaotic degrees.
Ken Aho
degree.dists
, degree.distribution
network_a <- graph_from_literal(a --+ b, c --+ d, d --+ e, b --+ e,
e --+ j, j --+ m, f --+ g, g --+ i, h --+ i, i --+ k, k --+ l,
l --+ m, m --+ n, n --+ o)
plot_degree.dist(network_a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.