Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

Author(s)

John Verzani

See Also

stripchart

Examples

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

UsingR

Data Sets, Etc. for the Text "Using R for Introductory Statistics", Second Edition

v2.0-6
GPL (>= 2)
Authors
John Verzani <verzani@math.csi.cuny.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.