Description Usage Arguments Value Examples
Summary of the similarity in membership between dynamic communities in different timesteps, both forwards and backwards.
1 | get_similarities(track)
|
track |
A MajorTrack object as produced by |
Dataframe of 6 columns.
The first column 'timestep' is the current timestep, to which timesteps forwards and backwards are being compared (except in the case of the first timestep).
The second column 'group1' is the dynamic community to which dynamic communities in other timesteps are being compared.
The third column 'direction' shows which direction the comparison is being made, either 'forwards' or 'backwards'
The fourth column 'timestep2' indicates in which other timestep the comparison in being made.
The fifth column 'group2' is the dynamic community in 'timestep2' to to which the dynamic community 'group1' is being compared to in 'timestep'
The sixth column shows the similarity in membership between the two dynamic communities as a proportion. A value of 0 indicates that the compared communities contain none of the same members while a value of 1 means the communities are exactly the same.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.