measure_periods {manynet} | R Documentation |
Measures of network change
Description
These functions measure certain topological features of networks:
-
net_change()
measures the Hamming distance between two or more networks. -
net_stability()
measures the Jaccard index of stability between two or more networks.
These net_*()
functions return a numeric vector the length of the number
of networks minus one. E.g., the periods between waves.
Usage
net_change(.data, object2)
net_stability(.data, object2)
Arguments
.data |
An object of a manynet-consistent class:
|
object2 |
A network object. |
See Also
Other measures:
between_centrality
,
close_centrality
,
degree_centrality
,
eigenv_centrality
,
measure_attributes
,
measure_closure
,
measure_cohesion
,
measure_features
,
measure_heterogeneity
,
measure_hierarchy
,
measure_holes
,
measure_infection
,
measure_net_diffusion
,
measure_node_diffusion
,
measure_properties
,
member_diffusion