I want to add the following axis label to a plot: Ba:Ca (µmol mol -1) At the moment I have managed to get the -1 into a superscript, which is what I am after, but I am not able to get the space in after mol and before the -1. Do I need to add something to the script below as it just prints it as mol-1?
ggplot(aes(Distance3, newBa)) + labs(y= expression (paste('Ba:Ca (µmol mol'^ -1,')'))