Skip to content
Prev 257818 / 398502 Next

Vertical bwplot and stripplot

On 2011-04-23 08:03, David Neu wrote:
Just try it:

  stripplot(x ~ fac | y, data = my.df, layout = c(1, 3),
             jitter.data = TRUE, factor = 0.8)

Play with different values of 'factor'; factor = 0 is
equivalent to leaving the jitter.data argument at the
default value of FALSE.

See the example in ?xyplot and see ?panel.stripplot.

Peter Ehlers