Skip to content
Back to formatted view

Raw Message

Message-ID: <1353450365.95430.YahooMailNeo@web142602.mail.bf1.yahoo.com>
Date: 2012-11-20T22:26:05Z
From: arun
Subject: Greek letters on title
In-Reply-To: <CAN25tHSP0AoC+WJy2ApJNaScg-b_=wAZSRj=aY=Jtkvf_OyiVw@mail.gmail.com>

HI,
Try this:
plot(1,main= expression(paste("Time evolution with ", alpha,"= 0.2")))

A.K.

----- Original Message -----
From: bgnumis <bgnumis at gmail.com>
To: r-help at r-project.org
Cc: 
Sent: Tuesday, November 20, 2012 3:47 PM
Subject: [R] Greek letters on title

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?

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.