May may also find this helpful, especially if you know LaTex:
http://yihui.name/en/2011/04/produce-authentic-math-formulas-in-r-graphics/
To: bgnumis ; "r-help@r-project.org"
Sent: Tuesday, November 20, 2012 6:22 PM
Subject: Re: [R] Greek letter
Try this:
titleline=expression(paste("Time evolution with ", alpha, "=0.2"))
plot(x, main=titleline,col="orange")
--Mark J. Lamias
From: bgnumis
To: r-help@r-project.org
Sent: Tuesday, November 20, 2012 3:47 PM
Subject: [R]
HI,
Try this:
plot(1,main= expression(paste("Time evolution with ", alpha,"= 0.2")))
A.K.
- Original Message -
From: bgnumis
To: r-help@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 seri
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 ?plotmat
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
5 matches
Mail list logo