simple.fancy.stripchart: Makes a fancier strip chart: plots means and a line

Description Usage Arguments Value Author(s) See Also Examples

Description

Not much, just hides some ugly code

Usage

1

Arguments

l

A list with each element to be plotted with a stripchart

Value

Creates the plot

Author(s)

John Verzani

See Also

stripchart

Examples

1
2
x = rnorm(10);y=rnorm(10,1)
simple.fancy.stripchart(list(x=x,y=y))

jverzani/UsingR documentation built on Aug. 3, 2020, 11:57 a.m.