simple.fancy.stripchart function

Makes a fancier strip chart: plots means and a line

Makes a fancier strip chart: plots means and a line

Not much, just hides some ugly code

simple.fancy.stripchart(l)

Arguments

  • l: A list with each element to be plotted with a stripchart

Returns

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))
  • Maintainer: John Verzani
  • License: GPL (>= 2)
  • Last published: 2022-01-11

Useful links