Displaying 2 results from an estimated 2 matches for "slashn".
Did you mean:
slash
2004 Sep 16
4
FW: How do I insert a newline in my title in a plot?
yes I have tries, and nothing. It just shows the strings with the slashn,
just like i typed it.
-----Original Message-----
From: Rashid Nassar [mailto:rnassar at duke.edu]
Sent: ÐÝì?ôç, 16 Óå?ôåìâñßïõ 2004 15:44
To: Christos Rodopoulos
Subject: Re: [R] How do I insert a newline in my title in a plot?
Have you not tried what you have already suggested:
title("...
2004 Sep 16
0
FW: FW: How do I insert a newline in my title in a plot?
...: ??????, 16 ??????????? 2004 16:27
To: Christos Rodopoulos
Cc: 'R-help at stat.math.ethz.ch'
Subject: Re: FW: [R] How do I insert a newline in my title in a plot?
On Thu, 16 Sep 2004, Christos Rodopoulos wrote:
>
> yes I have tries, and nothing. It just shows the strings with the slashn,
> just like i typed it.
Please consult the R posting guide and give us some basic information
such as version of R, platform, graphics device and so on.
> plot(1:10)
> title("this is a title\nIn 2 lines")
should work, and does for me on Windows and Linux. I dimly remember it...