Skip to content
Prev 326471 / 398502 Next

Transferring commas in character vector to expression

Bert

It must be a case of Sod's law - I tried to do it earlier but got an 
error message.

it works with :

plot(1:4,axes=F)
  axis(1, at = 1:4,label=rep(expression(dd*Delta*","*dd),4))
box()

Something akin to what Eric wanted

Duncan
At 14:17 7/07/2013, you wrote: