On Mon, Aug 17, 2009 at 12:51 PM, e-letter <inp...@gmail.com> wrote: > I have tried to add the delta (δ) symbol to the y axis label and the > result is &D, using the command: > > ...ylab="δt"...
Try ylab = expression(delta*t) instead. Best, Michael -- Michael Knudsen micknud...@gmail.com http://lifeofknudsen.blogspot.com/ ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.