Paul Delmar schrieb:

Hi, Does any one knows how to include greek letters in plot labels and plot
titles ?

See ?plotmath and the demo in the base package


demo(plotmath)

(or demo(graphics) in some older versions)

A small example:

plot(pnorm(seq(-3,3,.1)), xlab="x",
           ylab=expression(Phi),
           main=expression(Phi==f(x)))


Thomas



-- Thomas Petzoldt Dresden University of Technology Institute for Hydrobiology [EMAIL PROTECTED] 01062 Dresden http://www.tu-dresden.de/fghhihb/

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to