getIndegree function

getIndegree

getIndegree

Calculates the weighted indegree distribution of all locations in the network. The weighted indegree is simply the column sum of the mobility table.

getIndegree(cache, dep.var, lvls, ...)

Arguments

  • cache: Current Cache.
  • dep.var: Dependent Variable.
  • lvls: Levels for which the function calculates values.
  • ...: Additional parameters.

Returns

The degree distribution of simulated networks.

See Also

gofMobilityNetwork()

  • Maintainer: Per Block
  • License: GPL (>= 3)
  • Last published: 2024-09-12

Useful links