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 <bgnu...@gmail.com>; "r-help@r-project.org" <r-help@r-project.org> 
Sent: Tuesday, November 20, 2012 6:22 PM
Subject: Re: [R] Greek letters on title

Try this:

titleline=expression(paste("Time evolution with ", alpha, "=0.2"))
plot(x, main=titleline,col="orange")

--Mark J. Lamias





________________________________
From: bgnumis <bgnu...@gmail.com>
To: r-help@r-project.org 
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@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.
    [[alternative HTML version deleted]]


______________________________________________
R-help@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.
        [[alternative HTML version deleted]]

______________________________________________
R-help@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.

Reply via email to