is there any way to display superscript of *(star), with the expression() function? I am trying to display this in a graph produced in ggplot2. I have tried
expression(a^{*})
but does not work. Thank you.
is there any way to display superscript of *(star), with the expression() function? I am trying to display this in a graph produced in ggplot2. I have tried
expression(a^{*})
but does not work. Thank you.
plot(rnorm(30), xlab = expression(paste("a"^"*")))