powered by
Not much, just hides some ugly code
simple.fancy.stripchart(l)
Creates the plot
A list with each element to be plotted with a stripchart
John Verzani
stripchart
x = rnorm(10);y=rnorm(10,1) simple.fancy.stripchart(list(x=x,y=y))
Run the code above in your browser using DataLab