Re: [R] Produce single line graph title composed of text and computed values.

2009-08-10 Thread Erik Iverson
See the ?paste function, instead of the ?c function. -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of John Sorkin Sent: Monday, August 10, 2009 10:36 AM To: r-help@r-project.org Subject: [R] Produce single line graph title

Re: [R] Produce single line graph title composed of text and computed values.

2009-08-10 Thread Sarah Goslee
You need to use paste() instead of c(). Sarah On Mon, Aug 10, 2009 at 11:35 AM, John Sorkin wrote: > R 2.81 > Windows XP > > > I am trying to produce a title that combines: > text, a computed value, text,  a computed value > > The title contains everything I want, but each element of the title is

[R] Produce single line graph title composed of text and computed values.

2009-08-10 Thread John Sorkin
R 2.81 Windows XP I am trying to produce a title that combines: text, a computed value, text, a computed value The title contains everything I want, but each element of the title is on a separate line, i.e. my title is five lines long. Is there anyway I can force the entire title to be on th