Thanks a lot.


________________________________
 From: R. Michael Weylandt <michael.weyla...@gmail.com>

Cc: "r-help@r-project.org" <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 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 version deleted]]
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to