[R] Plotting in x and y Graph Using 1st Quadrant Only

R. Michael Weylandt <michael.weylandt@gmail.com> michael.weylandt at gmail.com
Sat Jul 28 08:03:48 CEST 2012


plot(1:5) seems to suffice. 

More generally,

plot(x, y, xlim = c(0, max(x)), ylim = c(0, min(y))) 

if I understand your request. 

Michael

On Jul 27, 2012, at 5:58 PM, "Matilda E. Gogos" <matildaelizabethv at gmail.com> wrote:

> How can I graph in x and y using the 1st quadrant, using the cartesian
> plane, in r? I use a mac 10.6.8. Will I be able to print this out?
> 
> -- 
> Matilda Gogos
> matildaelizabethv at gmail.com
> 
>    [[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help at 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.



More information about the R-help mailing list