Re: [R] Alignment of axes intersection

2008-05-20 Thread Greg Snow
t; Intermountain Healthcare > > [EMAIL PROTECTED] > > (801) 408-8111 > > > > > > > >> -Original Message- > >> From: [EMAIL PROTECTED] > >> [mailto:[EMAIL PROTECTED] On Behalf Of David Afshartous > >> Sent: Tuesday, May 20, 2008 9:50

Re: [R] Alignment of axes intersection

2008-05-20 Thread Duncan Murdoch
On 5/20/2008 11:49 AM, David Afshartous wrote: 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? See the xaxs and yaxs parameters in help("par"), for example plot(0:10, 0:10

Re: [R] Alignment of axes intersection

2008-05-20 Thread David Afshartous
Snow Ph.D. > Statistical Data Center > Intermountain Healthcare > [EMAIL PROTECTED] > (801) 408-8111 > > > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of David Afshartous >> Sent: Tuesday, May 20, 2008

Re: [R] Alignment of axes intersection

2008-05-20 Thread Greg Snow
ssage- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of David Afshartous > Sent: Tuesday, May 20, 2008 9:50 AM > To: r-help@r-project.org > Subject: [R] Alignment of axes intersection > > > All, > > Very basic question I can't seem to find the answe

Re: [R] Alignment of axes intersection

2008-05-20 Thread Charilaos Skiadas
On May 20, 2008, at 11:49 AM, David Afshartous wrote: 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. This is on purpose, so that data points are not obscured by the axes. The axis range is alwa

Re: [R] Alignment of axes intersection

2008-05-20 Thread Bert Gunter
2008 8:50 AM To: r-help@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 und

Re: [R] Alignment of axes intersection

2008-05-20 Thread Prof Brian Ripley
Pars xaxs, yaxs which take value "i": see also 'An Introduction to R. On Tue, 20 May 2008, David Afshartous wrote: 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 searc

[R] Alignment of axes intersection

2008-05-20 Thread David Afshartous
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 ___