simple.fancy.stripchart {UsingR} | R Documentation |
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))
[Package UsingR version 2.0-7 Index]