Learn R Programming

UsingR (version 2.0-7)

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)

Arguments

l

A list with each element to be plotted with a stripchart

Value

Creates the plot

See Also

stripchart

Examples

Run this code
# NOT RUN {
x = rnorm(10);y=rnorm(10,1)
simple.fancy.stripchart(list(x=x,y=y))
# }

Run the code above in your browser using DataLab