I would like to have the following, for example in a ggplot2 label:
ylab(expression((hat(beta)^(2))(x)))
but without the parentheses around the hat(beta)^(2)
. But if I remove the parentheses, then the (x)
goes up to the exponent.
Is there grouping in these expressions? Or invisible parentheses?
Is this what you would like?
ylab(expression(hat(beta)^(2)*(x)))
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With