Yes, download the HH package. These are functions associated with
my recent book
Statistical Analysis and Data Display
Richard M. Heiberger and Burt Holland
This is the August 21, 2006 version of the HH online files from
http://springeronline.com/0-387-40270-5
The January 2007 version, which will be distributed as a package for S-Plus 8,
is almost ready.
When you attach the HH library, you will have access to the t.trellis
function which interchanges the x and y axes within the panels of any trellis
plot.
From the documentation
?bwplot
we have the example
bwplot(voice.part ~ height, data=singer, xlab="Height (inches)")
The transpose gives the vertical box plots.
t(bwplot(voice.part ~ height, data=singer, xlab="Height (inches)"))
---- Original message ----
>Date: Thu, 14 Dec 2006 12:04:10 +0100
>From: Paul Matthias Diderichsen <paulmatthias.diderichsen@abbott.com>
>Subject: [S] Vertical boxplot
> Is there a way to create vertical boxplots in the trellis framework -
> without writing a
> custom panel function?
|