simple.fancy.stripchart {UsingR} | R Documentation |
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))