Description Usage Arguments Value Examples
do_track
runs the MajorTrack algorithm for detecting dynamic communities
1 |
allnets |
A list of igraph networks. |
allcoms |
A list of detected communities, as returned by many igraph community detection algorithms. The list should be the same length as allnets. Each element of the list should be a vector of integers with the same length as the number of vertices in the corresponding network. |
historypar |
An integer to set the number of time points (or slices) the algorithm can maximally go back in time to check for majority matches. |
A MajorTrack object, which R can interpret as a list. See https://majortrack.readthedocs.io/en/latest/api/majortrack.tracker.html for full details
Dynamic community membership can be extracted using get_dc_membership
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.