I would like to write the below title at an x-axis using the following code:
Title: Grain yield (ton. ha-1)
labs(x=expression(bold(paste("Grain yield"," ","(ton.", ha^-1,")", sep=""))))
-1 should be superscripted and the entire title should be in bold. I am getting everything right excepted that the superscripted part is not in bold.
I appreciate any help.
Thanks!