Learn R Programming

tidyft (version 0.9.20)

cummean: Cumulative mean

Description

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

Usage

cummean(x)

Value

A numeric vector

Arguments

x

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

Examples

Run this code
cummean(1:10)

Run the code above in your browser using DataLab