measure_over | R Documentation |
over_membership()
runs a function, e.g. a measure,
over different group memberships
over_waves()
runs a function, e.g. a measure,
over waves of a panel network
over_time()
runs a function, e.g. a measure,
over time slices of a dynamic network
over_membership(
.data,
FUN,
...,
membership,
strategy = "sequential",
verbose = FALSE
)
over_waves(
.data,
FUN,
...,
attribute = "wave",
strategy = "sequential",
verbose = FALSE
)
over_time(
.data,
FUN,
...,
attribute = "time",
slice = NULL,
strategy = "sequential",
verbose = FALSE
)
.data |
A manynet-consistent network.
See e.g. |
FUN |
A function to run over all splits. |
... |
Further arguments to be passed on to FUN. |
membership |
A categorical membership vector. |
strategy |
If |
verbose |
Whether the function should report on its progress.
By default FALSE.
See |
attribute |
A string naming the attribute to be split upon. |
slice |
Optionally, a vector of specific slices. Otherwise all observed slices will be returned. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.