[R] Axes intercept
Bert Gunter
gunter.berton at gene.com
Thu Jul 1 00:24:19 CEST 2010
I nominate the below for a Fortune.
-- Bert
Bert Gunter
Genentech Nonclinical Biostatistics
-----Original Message-----
From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On
Behalf Of R. A. Bilonick
Sent: Wednesday, June 30, 2010 3:16 PM
To: r-help at r-project.org
Subject: Re: [R] Axes intercept
On Mon, 2010-06-28 at 10:48 -0400, Robert Baer wrote:
> y=rnorm(100)
> x=abs(y)
> plot(x, y, axes=FALSE)
> axis(1, pos=0)
> axis(2)
> box()
It's nice to know that R tends to make nice graphics by default. But you
can have R do not so great graphics (like Excel and other programs that
make really bad graphics) if you are willing to take the time!
______________________________________________
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