Skip to content
Prev 320279 / 398506 Next

How to use parentheses and degree symbol together?

Hi,

Is it what you are looking for?

plot(0, 0, pch = "")
text(0, .5, expression(Temperature~(degree ~ C)))
text(0, .4, substitute(paste(Temperature, B * degree, "C)"), list(B = " 
(")))

Hope this help,
Pascal
On 26/03/13 16:12, Patrick Connolly wrote: