Re: [R] Drawing functions on Cartesian coordinate systems

2007-09-28 Thread Paul Smith
Behalf Of Paul Smith > > Sent: Friday, September 28, 2007 1:19 PM > > To: r-help > > Subject: Re: [R] Drawing functions on Cartesian coordinate systems > > > > On 9/28/07, Greg Snow <[EMAIL PROTECTED]> wrote: > > > I think he wants the axes crossing at

Re: [R] Drawing functions on Cartesian coordinate systems

2007-09-28 Thread Greg Snow
On Behalf Of Paul Smith > Sent: Friday, September 28, 2007 1:19 PM > To: r-help > Subject: Re: [R] Drawing functions on Cartesian coordinate systems > > On 9/28/07, Greg Snow <[EMAIL PROTECTED]> wrote: > > I think he wants the axes crossing at 0,0 not on the outer > e

Re: [R] Drawing functions on Cartesian coordinate systems

2007-09-28 Thread Paul Smith
TED] On Behalf Of Charles Annis, P.E. > > Sent: Friday, September 28, 2007 11:32 AM > > To: 'Paul Smith'; 'r-help' > > Subject: Re: [R] Drawing functions on Cartesian coordinate systems > > > > Yes, R can do that. Well, actually YOU can do that using

Re: [R] Drawing functions on Cartesian coordinate systems

2007-09-28 Thread Greg Snow
half Of Charles Annis, P.E. > Sent: Friday, September 28, 2007 11:32 AM > To: 'Paul Smith'; 'r-help' > Subject: Re: [R] Drawing functions on Cartesian coordinate systems > > Yes, R can do that. Well, actually YOU can do that using R. > > But it is hard to b

Re: [R] Drawing functions on Cartesian coordinate systems

2007-09-28 Thread Charles Annis, P.E.
://www.StatisticalEngineering.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Smith Sent: Friday, September 28, 2007 1:12 PM To: r-help Subject: [R] Drawing functions on Cartesian coordinate systems Dear All, Can R draw plots of functions on a Cartesian

[R] Drawing functions on Cartesian coordinate systems

2007-09-28 Thread Paul Smith
Dear All, Can R draw plots of functions on a Cartesian coordinate system with axes like the ones shown at http://en.wikipedia.org/wiki/Image:Cartesian-coordinate-system-with-circle.svg ? I have already searched the R web-site, but found nothing. Thanks in advance, Paul __