sampleDPA function

generation of a network of the directed preferential attachment (DPA) model

generation of a network of the directed preferential attachment (DPA) model

sampleDPA(param)

Arguments

  • param: list with the following elements: R(=numberofiterations),R (= number of iterations), alpha, beta,beta , deltaIn, $deltaOut (parameters of the DPA model)

Returns

adjacency matrix of generated network

Examples

param <- list(R = 500, alpha = .04, beta = .02, deltaIn = 100, deltaOut = 100) A <- sampleDPA(param) A
  • Maintainer: Tabea Rebafka
  • License: GPL-2
  • Last published: 2023-06-07

Useful links