Skip to content
Prev 11023 / 398502 Next

Troubles with plot margins

In plot(..., mai = ...) , R thinks mai is short for "main" and sets c(1,
1, 1, 1) as the main title.

What you should try:
 par(mai = rep(1, 4))
 plot(...)


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