Re: [R] Combining a greek letter and a newline on the same label

2011-08-25 Thread Sébastien Vigneau
Thank you very much for the detailed explanations, and sorry for being vague in my question. "atop" is what I needed :) Sebastien On Thu, Aug 25, 2011 at 11:59 AM, David Winsemius wrote: > > On Aug 25, 2011, at 11:23 AM, Sébastien Vigneau wrote: > > Hi, >> >> I would like to add a two-lines l

Re: [R] Combining a greek letter and a newline on the same label

2011-08-25 Thread David Winsemius
On Aug 25, 2011, at 11:23 AM, Sébastien Vigneau wrote: Hi, I would like to add a two-lines label consisting of: "Delta word1\n word2" (with Delta being the actual greek letter). But you are not saying how word1 and word2 are supposed to be positioned relative to each other and to Delta.

[R] Combining a greek letter and a newline on the same label

2011-08-25 Thread Sébastien Vigneau
Hi, I would like to add a two-lines label consisting of: "Delta word1\n word2" (with Delta being the actual greek letter). However, when I try "expression(paste(Delta,"word1\nword2"))", I obtain the following display: "word1\n Delta word2". Do you have any idea on how to obtain the desired displ