plotNET_BA: Example of Barabasi scale-free network

View source: R/plotFUN.R

plotNET_BAR Documentation

Example of Barabasi scale-free network

Description

A wrapper around igraph::sample_pa()

Usage

plotNET_BA(n = 100, pwr = 1, out.dist = NULL, doPlot = TRUE)

Arguments

n

Number of vertices

pwr

Power of preferential attachment

out.dist

Degree distribution

doPlot

Plot the igraph object

Value

A Barabasi scale-free igraph object

See Also

igraph::sample_pa()

Other tools for plotting networks: plotNET_SW(), plotNET_groupColour(), plotNET_groupWeight(), plotNET_prep()


FredHasselman/casnet documentation built on June 14, 2024, 6:35 p.m.