[R] Adding greek letters to plot title

Domenico Vistocco vistocco at unicas.it
Wed Feb 18 22:06:19 CET 2009


gina patel wrote:
> I would like to add the greek letter mu to replace u in my title shown below.
>
> main="R=[0.001uM]:A=[750uM]"
>
> i tried using main=expression(R=[0.001~mu~M]:A=[750~mu~M])
plot(1:3, main=expression(paste("R=[0.001~",mu,"~M]:A=[750~",mu,"~M]")))

Ciao,
domenico
> but this is not working at the moment.
>
> any help is appreciated
>
> 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.
>
>




More information about the R-help mailing list