Re: [R] superscript in ylab

2009-10-29 Thread Walmes Zeviani
Try ylab=expression(Temperature*degree*C)) type demo(mathplot) at R prompt for more customizations. Walmes Zeviani Lavras - MG, Brasil. Lathouri, Maria wrote: > > Dear all > > I am doing some plots in R. > > I want to have as label in y-axis Temperature (oC). I have used > ylab=expression

Re: [R] superscript in ylab

2009-10-28 Thread Peter Ehlers
S Ellison wrote: "Lathouri, Maria" 10/28/09 6:02 PM >>> I want to have as label in y-axis Temperature (oC). First, look at ?plotmath and find the 'degree' symbol... Then look at the symbol for spacing. Then try ylab=expression(Temperature~degree*C) and then perhaps ylab=expression(Temper

Re: [R] superscript in ylab

2009-10-28 Thread S Ellison
>>> "Lathouri, Maria" 10/28/09 6:02 PM >>> >I want to have as label in y-axis Temperature (oC). First, look at ?plotmath and find the 'degree' symbol... Then look at the symbol for spacing. Then try ylab=expression(Temperature~degree*C) ***