[R] Quiz: Who finds the nicest form of X_1^\prime?

Marius Hofert m_hofert at web.de
Wed Apr 6 23:14:26 CEST 2011


Dear expeRts,

I would like to create a plotmath-label of the form X_1^\prime. Here is how to *not* do it [not nicely aligned symbols]:

plot(0,0,main=expression(italic(X*minute[1])))
plot(0,0,main=expression(italic(X[1]*minute)))
plot(0,0,main=expression(italic(X)[1]*minute))

Any suggestions?

Cheers,

Marius


More information about the R-help mailing list