[R] Greek letters on title
Uwe Ligges
ligges at statistik.tu-dortmund.de
Tue Nov 20 23:23:38 CET 2012
On 20.11.2012 21:47, bgnumis wrote:
> Hi all,
>
> I want to plot a series "x" and I want to put on title "Time evolution with
> alpha=0.2", e.g.,
>
> plot(x, main="Time evotion with alpha=0.2",col="orange")
>
> Is there any posibility to put the greek letter and avoid written the word?
Yes, see ?plotmath
plot(x, main=expression("Time evotion with " * alpha==0.2), col="orange")
Uwe Ligges
> Many thanks in advance.
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at 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.
>
More information about the R-help
mailing list