[R] Alignment of axes intersection

Bert Gunter gunter.berton at gene.com
Tue May 20 18:02:24 CEST 2008


You need to read the docs more carefully! xaxs and yaxs are the par values
you want: set them to "i" .

Cheers,
Bert Gunter
Genentech Nonclinical Statistics

-----Original Message-----
From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On
Behalf Of David Afshartous
Sent: Tuesday, May 20, 2008 8:50 AM
To: r-help at r-project.org
Subject: [R] Alignment of axes intersection


All,

Very basic question I can't seem to find the answer to:

plot(0:10, 0:10)

The axes intersection is not aligned at (0,0) in the lower left.
How does one force this?

I searched for graphical parameters under par(graphics) but can't seem to
find it.

Thanks!
David

______________________________________________
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