Displaying 1 result from an estimated 1 matches for "newtxt".
Did you mean:
newtst
2012 Aug 15
3
How to join two plotmath type expressions
If I have two variables set, one of which holds an expression, for example:
> label <- 'Temperature'
> unit <- expression(paste(degree,'C'))
how can I join them together for use in mtext (or equivalent)? The
following is conceptually what I want to do, but will obviously not work:
> plot(0:1)
> mtext(paste(label,unit))
Preferably, I would like this to work