over {manynet} | R Documentation |
Helper functions for measuring over splits of networks
Description
Helper functions for measuring over splits of networks
Usage
over_waves(
.data,
FUN,
...,
attribute = "wave",
strategy = "sequential",
verbose = FALSE
)
over_time(
.data,
FUN,
...,
attribute = "time",
slice = NULL,
strategy = "sequential",
verbose = FALSE
)
Arguments
.data |
An object of a manynet-consistent class:
|
FUN |
A function to run over all splits. |
... |
Further arguments to be passed on to FUN. |
attribute |
A string naming the attribute to be split upon. |
strategy |
If |
verbose |
Whether the function should report on its progress.
By default FALSE.
See |
slice |
Optionally, a vector of specific slices. Otherwise all observed slices will be returned. |
Functions
-
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