Skip to content
Prev 326378 / 398502 Next

Substituting Greek symbols in some tick labels

On Jul 4, 2013, at 8:14 PM, Eric Archer - NOAA Federal wrote:

            
The plotmath function paste has no sep argument.

Do you want to do this "by hand"? (Since you have not offered values  
of 'y'.)

x.lab <- expression( a*Delta*a, bbb, c*Delta*c, ddd)

#   Note use of "*" and no quotes in an expression vector.

  x <- 1:4
dotchart(x, labels = x.lab)