Skip to content
Prev 255773 / 398506 Next

lattice: how to "center" a subtitle?

On 2011-04-04 10:27, Marius Hofert wrote:
Marius,

I always find paste a bit tricky with plotmath.
Maybe this will do what you want:

  mylab <- expression( atop(lab==list(alpha==1, beta==2), bold(foo)) )
  xyplot(0 ~ 0, xlab = mylab)

Peter Ehlers