Re: [R] Superscript/Subscript in main title

2008-06-04 Thread Christoph Meyer
Hi Tariq, try: plot(x,y,main=expression("Emission of CO"[2]*" with time")) Cheers, Christoph Wednesday, June 4, 2008, 10:31:08 PM, you wrote: > I have been trying to figure out how to get superscript/subscript in the > main title for a plot. I have tried various approaches and suggestions but

Re: [R] Superscript/Subscript in main title

2008-06-04 Thread Henrique Dallazuanna
Try this: plot(1:10, main = expression(Emission~of~CO[2]~with~time)) On Wed, Jun 4, 2008 at 5:31 PM, Tariq Perwez <[EMAIL PROTECTED]> wrote: > I have been trying to figure out how to get superscript/subscript in the > main title for a plot. I have tried various approaches and suggestions but >