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

2012-07-27 Thread R. Michael Weylandt
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"  
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
> matildaelizabe...@gmail.com
> 
>[[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.

__
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.


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

2012-07-27 Thread Matilda E. Gogos
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
matildaelizabe...@gmail.com

[[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.