"Delphine COURVOISIER" <[EMAIL PROTECTED]> wrote: > I would like to write Greek letters followed by subscripts in a graph (on the > X-axis and in a legend). I would appreciate any help.
As others have said, try demo(plotmath) and also ? plotmath Here's a brief example: plot(1:10, 1:10) title("Concentration of" ~alpha[3]) text(2,3, ~ beta[z]) Note the use of "~" to denote an expression, so that the material following the tilde is interpreted as such. -- Mike Prager, NOAA, Beaufort, NC * Opinions expressed are personal and not represented otherwise. * Any use of tradenames does not constitute a NOAA endorsement. ______________________________________________ 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.