asm_graphCummean: Plot Cumulative Mean of data

Description Usage Arguments Examples

View source: R/asm_graph.R

Description

This function plots the fluctuation of the mean if its calculated as cumulated mean.

Usage

1

Arguments

data

a vector, list or data.frame of data values.

legend

logical add legend.

Examples

1
2
# normal data vs. mixed non-id data
asm_graphCummean(list(N = rnorm(60), M = c(rnorm(20), rnorm(20, 2), rnorm(20, 10))))

animalSymbolicum/assumptions documentation built on Dec. 19, 2021, 3:37 a.m.