s-news
[Top] [All Lists]

Fwd: Vertical boxplot

To: Paul Matthias Diderichsen <paulmatthias.diderichsen@abbott.com>
Subject: Fwd: Vertical boxplot
From: "Richard M. Heiberger" <rmh@temple.edu>
Date: Tue, 2 Jan 2007 23:32:09 -0500 (EST)
Cc: s-news@lists.biostat.wustl.edu
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?

<Prev in Thread] Current Thread [Next in Thread>
  • Fwd: Vertical boxplot, Richard M. Heiberger <=