s-news
[Top] [All Lists]

Boxplot question

To: "'s-news@lists.biostat.wustl.edu'" <s-news@lists.biostat.wustl.edu>
Subject: Boxplot question
From: "Paul, David A" <paulda@BATTELLE.ORG>
Date: Tue, 21 Jan 2003 10:26:04 -0500

My data have three columns: data$relative.humidity, data$precipitation,
and data$temperature.

I have been using "boxplot(split(data$relative.humidity, group),
                         split(data$precipitation, group),
                                     split(data$temperature, group))"

The output from this command is less than ideal.
I would like to produce a graph with two sets of boxplots such that the
graph is divided into two halves, the left half corresponding to group = 1
and the right half corresponding to group = 2, where each "half" of the graph
contains three boxplots corresponding to the three variables. 
Labels below each "half" would be ideal.

This is undoubtedly a simple question, and I would be most grateful for
pointers in the right direction.


Much thanks in advance,

 David Paul, Ph.D.
  Battelle Memorial Institute
  505 King Avenue
  Columbus, OH  43201
  614.424.3176

<Prev in Thread] Current Thread [Next in Thread>
  • Boxplot question, Paul, David A <=