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 May 19, 2024, 6:19 a.m.