s-news
[Top] [All Lists]

Re: [S] R e:[S] x axis limits on barchart

To: s-news@wubios.wustl.edu, owner-s-news@wubios.wustl.edu
Subject: Re: [S] R e:[S] x axis limits on barchart
From: houy@pfizer.com
Date: 26 May 1998 15:14:52 -0400
Autoforwarded: false
Importance: normal
Sender: owner-s-news@wubios.wustl.edu
X400-mts-identifier: [/PRMD=PFIZER/ADMD=ATTMAIL/C=US;XGW-980526151822-0400-04998]
X400-received: by mta NYC115-NPLEX1 in /PRMD=PFIZER/ADMD=ATTMAIL/C=US; relayed; 26 May 1998 15:18:26 -0400
     
I am quite sure it is in trellis.args in the UNIX version. The following is part
of the code I used that  demonstrates how the arg scale is used. Unfortunately I
can not check because I do not have UNIX any more (How sad!)

pd.plo <- dotplot(erythema _ hour | pno, groups = varname, data = patch.d,
                layout = c(5, 6), pch = superpose.sy_pch, strip = function(...)
        strip.default(..., strip.names = c(T, T)), par.strip = list(cex = 0.5), 
                cex = 0.5, xlab = "Time (after patch removal)", ylab = 
                "Ratings (0-4))", scales = list(cex = 0.5, x = list(at = c(0, 6,
               12, 24), labels = c(0, 6, 12, 24))), panel = function(x, y, ...),
...

 Yunkui Hou

Pfizer
______________________________ Reply Separator _________________________________
Subject: [S] R
   e:[S] x axis limits on barchart 
Author:  owner-s-news@wubios.wustl.edu at Internet
Date:    5/26/98 12:25 PM


Douglas Bates <bates@stat.wisc.edu> wrote:
     
>> The solution is to specify a "scales" argument to the 
>> barchart call and within the x-axis scales list use 
>> "axs", not "xaxs" as I was trying to do.
     
Me as well!
     
>> ...
>> S> barchart( activity ? proportion, data = tiger, 
>> +   scales = list(x = list(axs = "i")), xlim = c(0,10))
     
I was very much interested in this solution. But I was 
wondering where this argument, i.e. 'axs' is documented.
     
Neither in help(trellis.args) nor in Trellis Graphics 
User's Manual (Versions 2.0 & 2.1) I can find any 
references.
     
Can anybody point me to the appropriate documentation 
(if there is one)?
     
-- Christian
---------------------------------------------------------- 
Christian Keller  Tel:      +41 61 686 98 81
AICOS Technologies AG  Fax:      +41 61 686 98 88 
Efringerstrasse 32         email:   ckeller@aicos.com 
CH-4057 Basel, Switzerland      Web: http://www.aicos.com/ 
----------------------------------------------------------
----------------------------------------------------------------------- 
This message was distributed by s-news@wubios.wustl.edu.  To unsubscribe 
send e-mail to s-news-request@wubios.wustl.edu with the BODY of the 
message:  unsubscribe s-news
-----------------------------------------------------------------------
This message was distributed by s-news@wubios.wustl.edu.  To unsubscribe
send e-mail to s-news-request@wubios.wustl.edu with the BODY of the
message:  unsubscribe s-news

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