Skip to content
Prev 22313 / 398502 Next

plotting two curves: Why same hight?

Francisco J Molina wrote:
plot "optimal" in a way.
The argument is mentioned in ?plot and called ylim:

 par(mfrow = c(2, 1))
 curve(sin(x)/10, 0, 10, ylim = c(-1, 1))
 curve(sin(x), 0, 10, ylim = c(-1, 1))

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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._