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

simple.fancy.stripchartR Documentation

Makes a fancier strip chart: plots means and a line

Description

Not much, just hides some ugly code

Usage

simple.fancy.stripchart(l)

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

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

UsingR documentation built on March 18, 2022, 7:32 p.m.