asm_graphWindow: Window Graph of data

Description Usage Arguments Examples

View source: R/asm_graph.R

Description

This function draws 'windows' onto a scatterplot of the data as a support to demonstrate homogeneity. Each window should contain the same pattern if the data points are homogeneous or identically distributed.

Usage

1

Arguments

data

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

Examples

1
2
# normal data vs. mixed non-id data
asm_graphWindow(list(N = rnorm(60), M = c(rnorm(20), rbeta(20, 2, 5), rt(20, 9))))

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