Skip to content
Prev 201313 / 398503 Next

How to add a top level title to multiple plots

Jason Rupert wrote:
Your par(oma=...) needs to come _before_ plotting; make it the
first statement.
In addition, title() takes a line= argument; try line=0.5 or
even line=-1.0.

  -Peter Ehlers