Description Usage Arguments Value Author(s)
View source: R/CalculateChanges.R
This function takes the current network structure, compares each segment to the next one, and calculates the number of changes. If soft information sharing among nodes is active, then this procedure is only done for the current target node.
1 | CalculateChanges(network.info, node.sharing)
|
network.info |
The network information collected by function
|
node.sharing |
Specifies the type of information sharing among nodes:
|
Returns a vector with 4 elements: the number of coinciding edges, the number of edges in the previous segment that are absent in the next one, the number of edges in the next segment that are absent in the previous one and the number of coinciding non-edges.
Frank Dondelinger
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.