Learn R Programming

UsingR (version 2.0-8)

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

Description

Not much, just hides some ugly code

Usage

simple.fancy.stripchart(l)

Value

Creates the plot

Arguments

l

A list with each element to be plotted with a stripchart

Author

John Verzani

See Also

stripchart

Examples

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

Run the code above in your browser using DataLab