I've added the mu symbol to an axis label using:
ylab(expression(paste("THC [", mu,"g/g]")))
I tried to make the axis title bold by using:
theme(axis.title.y = element_text(size =10, face = "bold"))
but it did not work. I'm guessing the element_text did not work as I have a symbol in my axis title. Is there any way to make my axis title all appear in bold text?