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
Charles Annis, P.E.
2007-Sep-28 17:32 UTC
[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 believe that you looked very hard before writing. Did you look at these R functions? ?plot ?line ?points ?arrows Charles Annis, P.E. Charles.Annis at StatisticalEngineering.com phone: 561-352-9699 eFax: 614-455-3265 http://www.StatisticalEngineering.com -----Original Message----- From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] 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 coordinate system with axes like the ones shown at http://en.wikipedia.org/wiki/Image:Cartesian-coordinate-system-with-circle.s vg ? I have already searched the R web-site, but found nothing. Thanks in advance, Paul ______________________________________________ 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.