[R] How to specify the start position using plot
Charles Annis, P.E.
Charles.Annis at StatisticalEngineering.com
Sun Jun 10 18:38:25 CEST 2007
plot( x=rnorm(25, 0.5, 0.3), y=rnorm(25, 4, 1), xlim=c(0,1), ylim=c(2,7))
# ^^^^^ ^^^^^
for example
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 stat.math.ethz.ch
[mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Patrick Wang
Sent: Sunday, June 10, 2007 12:25 PM
To: r-help at stat.math.ethz.ch
Subject: [R] How to specify the start position using plot
Hi,
How to specify the start position of Y in plot command, hopefully I can
specify the range of X and Y axis. I checked the ?plot, it didnot mention
I can setup the range.
Thanks
Pat
______________________________________________
R-help at stat.math.ethz.ch 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