Learn R Programming

cycleRtools (version 1.0.4)

mmv2: Efficient maximal mean values.

Description

A more efficient implementation of mmv. Simply takes a vector (x) of values and rolls over them element wise by defined windows. Returns a vector of maximum mean values for each window size.

Usage

mmv2(x, windows)

Arguments

x
a numeric vector of values.
windows
window size(s) (in element units) for which to generate maximum mean values.

Value

  • a vector of length(windows).