On Thu, Nov 8, 2012 at 2:23 PM, DusanP <dusan.petro...@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.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to