s-news
[Top] [All Lists]

Re: clustered boxplots

To: s-news@lists.biostat.wustl.edu
Subject: Re: clustered boxplots
From: Aldi Kraja <aldi@wubios.wustl.edu>
Date: Fri, 14 May 2004 08:16:38 -0500
In-reply-to: <40A47149.3060407@optonline.net>
References: <3555.213.105.65.61.1084476410.squirrel@egon.stats.ucl.ac.uk> <40A47149.3060407@optonline.net>
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)
Hi,
I am using a dotplot to plot a group of data. Is there a way that I can force the dotplot to provide the values of the points since the points are relatively sparse?
TIA,
Aldi

P.S. Here is a group of lines that I am using for plotting:
a.plot<-dotplot(y ~ x | a * b, data = dcount, groups=a, aspect = 0.5,

xlab = “Percent”,ylab=”N and E”, main=”Figure 2. F of P by N WE G A and B States”,

panel = function(x, y, ...){

dot.line <- trellis.par.get("dot.line")

abline(h = unique(y), lwd = dot.line$lwd,

lty = dot.line$lty, col = dot.line$col)

panel.superpose(x, y, ...)

})




<Prev in Thread] Current Thread [Next in Thread>