[R] Specifying the minimum and maximum of x and y-axis in plot

Alexandre Brito alexbri at netcabo.pt
Sat Jul 2 22:56:16 CEST 2005


see ?plot.default

for example:
plot(1:10,1:10,ylim=c(0,10),xlim=c(0,20))


----- Original Message ----- 
From: "Tolga Uzuner" <tolga at coubros.com>
To: <r-help at stat.math.ethz.ch>
Sent: Saturday, July 02, 2005 9:39 PM
Subject: [R] Specifying the minimum and maximum of x and y-axis in plot


> Hi,
>
> How do I specify the minimum and maximum of the x and y-axis when using
> plot ?
>
> Thanks,
> Tolga
>
> ______________________________________________
> 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
>




More information about the R-help mailing list