Simulate network via modular preferential attachment model

model.mpa(
  p = 300,
  m = 6,
  q.hub = 0.95,
  m.links = 6,
  power = 1.7,
  z.appeal = 1,
  ...
)

Arguments

p

The number of vertices in the graph

m

The number of modules

q.hub

The quantile for degree cutoff for defining modular hubs

m.links

The number of links between modules

power

The power of the preferential attachment

z.appeal

The attractiveness of the vertices with no adjacent edges

...

Additional arguments passed to /codeigraph::sample_pa

Value

An igraph object