running.mean {igraph} | R Documentation |
Running mean of a time series
Description
running.mean()
was renamed to running_mean()
to create a more
consistent API.
Usage
running.mean(v, binwidth)
Arguments
v |
The numeric vector. |
binwidth |
Numeric constant, the size of the bin, should be meaningful,
i.e. smaller than the length of |
[Package igraph version 2.0.3 Index]