In a plot I would like a title which should have:
the string \"my title is\" followed by the caharecter alpha raised by \' (i.e. alpha prime) with alph
\'
Either of the following would do the trick:
alpha[G]^"'" {alpha^{"'"}}[G]
They are typeset slightly differently, so pick whichever you prefer.
Changing the syntax to the following works:
expression(paste("my title is ",alpha[G]^{"'"},")")))