[R] Line feed on "main" title of the plot

R. Michael Weylandt michael.weylandt at gmail.com
Thu Nov 8 18:22:58 CET 2012


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.




More information about the R-help mailing list