Displaying 1 result from an estimated 1 matches for "zongshan_li".
2010 Jan 03
0
[R-sig-eco] How to create axes in arbitrary positions?
...plot(x,y1,ylim=c(0,1.5))
> library(Hmisc)
> ?subplot
> subplot({plot(x,y2,axes=FALSE); axis(side=4)},x=range(x),y=c(0,0.5))
-------- Original Message --------
Subject: Re: [R-sig-eco] How to create axes in arbitrary positions?
Date: Sat, 2 Jan 2010 07:31:51 -0500
From: Zongshan Li <zongshan_li at yahoo.com>
To: Bolker,Benjamin Michael <bolker at ufl.edu>
References: <831079.35547.qm at web114002.mail.gq1.yahoo.com>
<4B3E3C40.9010306 at ufl.edu>
Dear Ben Bolker:
I appeciate your introducing functions very much for my
question, and I am glad that your...