[R] axes pass origin

Uwe Ligges ligges at statistik.uni-dortmund.de
Fri Mar 23 08:29:00 CET 2001


Nezih Tayyar wrote:
> 
> Dear R users,
> I have a data set, which contain 2 variables both have positive and negative
> numbers.
> When I plot them default x axis takes place on the bottom of the chart and
> the y axis takes place on the left of the chart. Is it possible to make axes
> pass from the origin.

Maybe this helps:
plot(...., xaxt="n", yaxt="n")
axis(1, pos=0)
axis(2, pos=0)

Uwe Ligges
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list