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
\'
Changing the syntax to the following works:
expression(paste("my title is ",alpha[G]^{"'"},")")))