Re: [R] plot in log scale in both x-axis and y-axis

2013-04-04 Thread capricy gao
Thanks a lot. From: R. Michael Weylandt Cc: "r-help@r-project.org" Sent: Thursday, April 4, 2013 3:41 PM Subject: Re: [R] plot in log scale in both x-axis and y-axis > > I am trying to plot(x,y, log="y"), which gives me l

Re: [R] plot in log scale in both x-axis and y-axis

2013-04-04 Thread R. Michael Weylandt
On Thu, Apr 4, 2013 at 3:35 PM, capricy gao wrote: > > I am trying to plot(x,y, log="y"), which gives me log scale on y axis only. I > wonder if there is way so that I can plot log scale on both of x and y axis. plot(x, y, log = 'xy') Cheers, MW > > Thanks a lot:) > [[alternative HTML

[R] plot in log scale in both x-axis and y-axis

2013-04-04 Thread capricy gao
I am trying to plot(x,y, log="y"), which gives me log scale on y axis only. I wonder if there is way so that I can plot log scale on both of x and y axis. Thanks a lot:) [[alternative HTML version deleted]] __ R-help@r-project.org mailing list