Skip to content
Prev 303610 / 398503 Next

How to join two plotmath type expressions

On Aug 15, 2012, at 23:17 , Trevor Carey-Smith wrote:

            
A curious application of bquote though. How about using it where it matters?

plot(5, 4)
label <- 'Temperature'
unit <- quote(degree*C)
text(5, 5, bquote(.(label) ~ .(unit)))