asm_graphScatterplot: Scatterplot of data

Description Usage Arguments Examples

View source: R/asm_graph.R

Description

This function plots the scatterplot of data.

Usage

1

Arguments

data

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

Examples

1
2
normal data vs. mixed non-id data
asm_graphScatterplot(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.