Message-ID: <50AC02EA.1020002@statistik.tu-dortmund.de>
Date: 2012-11-20T22:23:38Z
From: Uwe Ligges
Subject: Greek letters on title
In-Reply-To: <CAN25tHSP0AoC+WJy2ApJNaScg-b_=wAZSRj=aY=Jtkvf_OyiVw@mail.gmail.com>
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.
>