running.mean: Running mean of a time series

View source: R/other.R

running.meanR Documentation

Running mean of a time series

Description

[Deprecated]

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 v.


igraph/rigraph documentation built on March 5, 2025, 3:35 a.m.