Displaying 1 result from an estimated 1 matches for "ontal".
Did you mean:
octal
2006 Dec 05
1
Horizontal stripplot
I have a plot similar to the following
library(lattice)
stripplot(1:15, rep(1:3, each=5))
In order to save space for a presentation, I would like to have
horizontal strips instead of vertical. The argument 'horiz' turns the
arguments around, but not the plot. The documentation for 'stripplot'
('xyplot'), 'panel.stripplot' and the FAQ do not seem to provide
insight. Any help appreciated.
Regards, Johan
I am using R-2.4.0 on Deb...