On Thu, Nov 8, 2012 at 2:23 PM, DusanP <dusan.petrovic at bluewin.ch> wrote: > Hello everyone, > > I would like to perform a line feed on the main title of the plot. > > How to do that? > plot(1:5, main = "A line\nsplit in two") The "\n" is the newline character.