fit_power {MetaNet}R Documentation

Fit power-law distribution for an igraph

Description

Fit power-law distribution for an igraph

Usage

fit_power(go, p.value = FALSE)

Arguments

go

igraph

p.value

calculate p.value

Value

ggplot

See Also

Other topological: extract_sub_net(), get_group_skeleton(), links_stat(), nc(), net_par(), rand_net_par(), rand_net(), smallworldness()

Examples

fit_power(co_net)

[Package MetaNet version 0.1.2 Index]