simple.fancy.stripchart | 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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.