Description Usage Arguments Author(s) Examples
View source: R/z_cumulative_mean.R
return cumulative mean of a vector
1 | z_cumu_mean(a_vector)
|
a_vector |
a vector of numbers |
Lingyun (Larry) Zhang lyzhang10@gmail.com
1 2 | x <- 1:10
(y <- z_cumu_mean(a_vector = x))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.