On Wed, 13 Dec 2006, javier garcia-pintado wrote: > Thanks you, > this works right. > > I just would like to note one thing: > although I've found italic() in the help for plotmath and I can see that > the italic function: > > mtext(expression(italic(beta)[max]),side=1,line=2) > > does not work on the greek beta character.
No, and there is no italic symbol font in the R graphics model so no means of plotting such a symbol. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595 ______________________________________________ [email protected] 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.
