Dear R users.

In a loop, I set the title of my graph with :

        mytitle = expression(paste(delta^13,'C Station ', i)
        title(mytitle)

However, instead of using value of i, it will literally use "i" character.

Any one know the way to concatenate the value of i to the mathematical
expression?

With regards,
Phil



--
View this message in context: 
http://r.789695.n4.nabble.com/Greek-character-and-R-tp3333304p3333304.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
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