s-news
[Top] [All Lists]

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

To: S-news <s-news@wubios.wustl.edu>
Subject: [S] R e:[S] x axis limits on barchart
From: Christian Keller <ckeller@aicos.com>
Date: Tue, 26 May 1998 18:15:08 +0200
Organization: AICOS Technologies AG (http://www.aicos.com)
Sender: owner-s-news@wubios.wustl.edu
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

<Prev in Thread] Current Thread [Next in Thread>
  • [S] R e:[S] x axis limits on barchart, Christian Keller <=