Skip to content
Prev 333926 / 398525 Next

plus/minus +/- in factor; not plotmath not expression

On Dec 2, 2013, at 1:01 PM, Duncan Murdoch wrote:

            
snipped
There is also plotmath's '%+-%' operator:

plot(1,1, ylab = expression( A %+-% B ), xlab=expression( C%+-% D ) )

I noticed that Jacob was using ggplot2. Generally one can eventually find ways to label ggplot2 output with R expressions (used in the strict R language sense of the word), although sometimes it has been difficult for me to find the methods in the help pages.