[R] Fwd: plot axises on both sides of a graph

2006-09-06 Thread gallon li
-- Forwarded message -- From: gallon li [EMAIL PROTECTED] Date: Sep 6, 2006 7:48 PM Subject: Re: [R] plot axises on both sides of a graph To: Jim Lemon [EMAIL PROTECTED] Both of your suggestions are so helpful. By combining what you told me, now I am able to produce a second

Re: [R] Fwd: plot axises on both sides of a graph

2006-09-06 Thread JeeBee
See these two examples. plot(1:2) axis(4) mtext(right y axis, side=4, line=-1.5) par(mar=c(5,4,4,5)+.1) plot(1:2) axis(4) mtext(right y axis, side=4, line=3) Good luck finding the right combination again ;) On Wed, 06 Sep 2006 20:08:43 +0800, gallon li wrote: -- Forwarded message