Makes a fancier strip chart: plots means and a line
Not much, just hides some ugly code
simple.fancy.stripchart(l)
l |
A list with each element to be plotted with a stripchart |
Creates the plot
John Verzani
stripchart
x = rnorm(10);y=rnorm(10,1) simple.fancy.stripchart(list(x=x,y=y))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.