superscript and subscript the same character in an expression

后端 未结 2 1698
夕颜
夕颜 2021-01-14 05:40

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

2条回答
  •  粉色の甜心
    2021-01-14 06:32

    Changing the syntax to the following works:

    expression(paste("my title is ",alpha[G]^{"'"},")")))
    

提交回复
热议问题