I want the y axis labe in two rows; line break after evolvedI am having problem in getting the line break in y axis title. It contains suprescript and subscript and I am using following code:
ylab(bquote("Cumulative CO" [2] * " evolved (mg CO" [2]*"-C kg"^-1* "soil)")) +
xlab("Incubation time (days)") +
I want line break after evolved. I have tried using \n and cannot get the desired result.
ylab(bquote("Cumulative CO" [2] * " evolved (mg CO" [2]*"-C kg"^-1* "soil)")) +
xlab("Incubation time (days)")
I tried \n
but I get "evolved" in the upper row and other sentence in the second row.