getIndegree {MoNAn} | R Documentation |
getIndegree
Description
Calculates the weighted indegree distribution of all locations in the network. The weighted indegree is simply the column sum of the mobility table.
Usage
getIndegree(cache, dep.var, lvls, ...)
Arguments
cache |
Current Cache. |
dep.var |
Dependent Variable. |
lvls |
Levels for which the function calculates values. |
... |
Additional parameters. |
Value
The degree distribution of simulated networks.
See Also
[Package MoNAn version 1.0.0 Index]