[R] Angle brackets ?plotmath
Uwe Ligges
ligges at statistik.tu-dortmund.de
Wed Dec 10 22:19:44 CET 2014
On 10.12.2014 04:49, Zilefac Elvis via R-help wrote:
> Hi All,
> Please, I would like to enclose T[min] using angle brackets in R.
> I have tried something like:
>
> mtext(text=expression(Winter(DJF)~daily~minimum~temperature~bold((italic(symbol("\341")T[min]symbol("\361"))))), side=3, line=1, cex=1.3, col="black")
>
> but did not succeed. I learnt that adobe-type symbols can be used but I need help with this.
What about
italic("<"*T[min]*">")
or
italic(symbol("\341")*T[min]*symbol("\361"))
Best,
Uwe Ligges
>
> Please help.
> Amny thanks,
> Asong.
>
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> 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