cummean: Cumulative mean

View source: R/cummean.R

cummeanR Documentation

Cumulative mean

Description

Returns a vector whose elements are the cumulative mean of the elements of the argument.

Usage

cummean(x)

Arguments

x

a numeric or complex object, or an object that can be coerced to one of these.

Examples

cummean(1:10)


tidyfst documentation built on July 26, 2023, 5:20 p.m.